session prob

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
scints
Forum Newbie
Posts: 3
Joined: Tue Mar 25, 2003 11:37 am

session prob

Post by scints »

i worte a php file which uses session_start() at the begining. then i open it in IE. When it's opened, i saw a session file appear in the folder i specified in php.ini to store session files..but as i refresh it in the same IE window, one more seesion file appear, and one new file appears each time i refresh...strange..why it won't use the one already created?
Post Reply