session prob
Moderator: General Moderators
session prob
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?