Re: [PHP] Session info stored on server

2003-09-26 Thread Mike Migurski
>> Open sess_4f5d...0367 in any text editor and you will see your variable >> there. > >I can't. I'm unable to open or download or change the permissions. Is it >an array? A serialized array, yes. - michal migurski- contact info

Re: [PHP] Session info stored on server

2003-09-26 Thread Lowell Allen
>> What's actually stored on the server when using sessions? >> >> I've built a content management system on a commercial host, PHP 4.3.2, >> Apache 1.3.28, and use session_save_path() to specify a directory. When >> someone logs in, I check the username and password against the database, and >> s

Re: [PHP] Session info stored on server

2003-09-26 Thread Marek Kilimajer
Lowell Allen wrote: What's actually stored on the server when using sessions? I've built a content management system on a commercial host, PHP 4.3.2, Apache 1.3.28, and use session_save_path() to specify a directory. When someone logs in, I check the username and password against the database, an

[PHP] Session info stored on server

2003-09-26 Thread Lowell Allen
What's actually stored on the server when using sessions? I've built a content management system on a commercial host, PHP 4.3.2, Apache 1.3.28, and use session_save_path() to specify a directory. When someone logs in, I check the username and password against the database, and save username as a