Pasting the required url to address bar destroys the session

mr_wiseman

New Member
I get a mail in which I am given a link to a page of account history page like this: \[code\]http://www.mydomain.com/accounthistory.php?order_id=491\[/code\]Using this I can view the order detail, but when I am logged in to my account and I access the same link copying from mail I got, I get the page, but I get logged out.This page is also available in general of my site after login and the URL is displayed as\[code\]http://www.mydomain.com/accounthistory.php?order_id=491&osCsid=v2i9agpobsce2dvlfgi28449j3\[/code\]Hence, my question is:If I am logged in my account and using the link which I got in my mail, i.e.\[code\]http://www.mydomain.com/accounthistory.php?order_id=491\[/code\]what should I do so that I do not get logged out of my account?After looking through the both ways, I found that I need the "osCsid" appended to my URL which I got in my mail. And by debugging I found it to be saved in session. How can I use it to get my point work?
 
Back
Top