M
moni
Hi,
I was hoping I could get a help on this one. I am creating a simple
website, in which I have a login after which the user gets logged in
using a session variable where I append the ID,eg
http://localhost:3944/monisha/Experiments/Projects/Copy/ProfilePage.aspx?ID=1
But from this profile page, I have another search option to look for
other ppl in the database which is getting dispalyed on a page I am
redirecting this profile page to. But on redirecting it, I am loosing
my session id, and the website no longer recognizes that I had logged
in.
Also, I am allowing users to click on any1 else s profile, from the
displayed search results, after which , it will again loose its
Session id, coz I am redirecting it to the profile page which appends
the selected profiles id.
How do I maintain my session throughout the website , and be able to
record my id, and the other person s id, in 2 variables ??
Any help will be appreciated. Thanks alot!
I was hoping I could get a help on this one. I am creating a simple
website, in which I have a login after which the user gets logged in
using a session variable where I append the ID,eg
http://localhost:3944/monisha/Experiments/Projects/Copy/ProfilePage.aspx?ID=1
But from this profile page, I have another search option to look for
other ppl in the database which is getting dispalyed on a page I am
redirecting this profile page to. But on redirecting it, I am loosing
my session id, and the website no longer recognizes that I had logged
in.
Also, I am allowing users to click on any1 else s profile, from the
displayed search results, after which , it will again loose its
Session id, coz I am redirecting it to the profile page which appends
the selected profiles id.
How do I maintain my session throughout the website , and be able to
record my id, and the other person s id, in 2 variables ??
Any help will be appreciated. Thanks alot!