Hi freetool, PHP's sessions should function fine. The behavior you're describing sounds like the session cookie is not being saved by a web browser. (This is set by PHP when session_start begins a session.) Usually the cause of this is due to session_start() being called sometime after output...