Forum Moderators: coopster

Message Too Old, No Replies

Problem when sending URL with session ID to another user

         

pbastov

10:07 am on Jul 22, 2005 (gmt 0)

10+ Year Member



Hi,

I have a blogging site with custom session management mechanism. If I want somebody else to read a post and send a link while being logged in (thus the url contains session id) the user I send link to is automatically logged in my account.

Is there a way to determine if the user viewing the story (even with valid session id) is the same user who first logged into member area?

Tracking IP is not a good idea afaik, since AOL users have IP addresses dynamically changed from time to time.

Any ideas?

Thanks.

Stooshie

2:09 pm on Jul 22, 2005 (gmt 0)

10+ Year Member



Hi there,

One way would be to send the session ID as a post(rather than a get) to a page, or even better store it in a cookie.

That way, there is no mixing up of session ids.

Best regards,

Andrew.