Forum Moderators: coopster
I have a login script to regenerate the session ID when the user authenticates.
It seems that the sessionID is not being propogated automatically?
I looked at the cookies in Firefox and the cookie still has the old sessionID.
Any ideas?
Thanks.
I've done some workarounds and passed the sessionID in the URL for the header redirect and made sure that the old cookie is deleted and then replaced with a new one. Seems to work fine after that but it sounds like a bit of overkill to me!