Is there any way that a user could send me a different session id every time they submit without closing their browser? If so, how? Thanks,
d40sithui
8:40 pm on Nov 12, 2008 (gmt 0)
I believe session_destroy() and session_regenerate_id() may be what you are looking for. [us3.php.net...]
andrewsmd
9:42 pm on Nov 12, 2008 (gmt 0)
I didn't mean from my end as writing the page. I meant when a user goes to my site could they have something that disables me from setting a session id with them. i.e. every time they click on a link they get a new one.
eelixduppy
9:47 pm on Nov 12, 2008 (gmt 0)
I don't think so but it would be browser specific. There may be a hack around such a limitation, however, that I am unaware of.