session prob
Posted: Tue Mar 25, 2003 11:37 am
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?