Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
316 Points
357 Posts
May 04, 2012 04:05 PM|LINK
I have a custom login system, and I will redirect a user to another page after they log in.
I want a simple way to store the fact that a user is logged into the site. Can I just store this in a session variable, like Session["LoggedIn"] = "yes"?
Is this secure? I'm using SSL on the site.
hapax_legome...
Member
316 Points
357 Posts
Are sessions secure within SSL?
May 04, 2012 04:05 PM|LINK
I have a custom login system, and I will redirect a user to another page after they log in.
I want a simple way to store the fact that a user is logged into the site. Can I just store this in a session variable, like Session["LoggedIn"] = "yes"?
Is this secure? I'm using SSL on the site.