hello,
instead of using my own session routine [sessid in url + database] i decided to go with php 4 session functions. things work fine but at some point it session stop functioning.
i can browse my site up and down, from left to right, everything fine. but every couple of hours/logins, php just wont add SESSION id to the urls anymore. yeah, i have trans-sid and everything. it works well but stops sometimes! even if i reload the main page of the site, relogin there, etc... session ids are not added to the urls anymore.
the only way i can fix this is to close the browser window and start again.
1)
has anyone else experienced it?
2)
why does it work well when i close the browser [when i am not using cookies]? it looks like php still works with a cookie?
Matjaz