Hello,
I am having problems with sessions on a page.
Problem 1.) The session will not refresh unless I delete the PHPSESSID cookie. If I completely quit out of the browser and then log back onto the page I get the same session id that I received before I quit the browser?!?!?!
Problem 2.) I echo the session id to the browser for testing purposes. If I delete the PHPSESSID cookie manually and log into the page, the session id will not display until I refresh the page? I need to insert a value along with the session id into a MYSQL database and I need the session id to have a value when users access the page the first time.
I have read the manuals and I can not find what I am doing wrong. Any help would be greatly appreciated.
Regards,
Adrian