Page 1 of 1

session_regenerate_id() and page refresh

Posted: Mon Dec 19, 2005 4:08 am
by dandri
I use a database-driven session system and the function "session_regenerate_id()" to generate a new session ID at every hit on session pages. When using cookies to propagate SID, there's no problem. But when using URL, I have the following problem:
All links in the next page contain the new SID in their URLs, but if I try to refresh this page using the refresh button, the old SID is used, which is, of course, invalid.