asp_web_howto thread: Cookieless
In my webconfig, I have cookieless=true. I'm also using forms
authentication. In my page1, I have session.add("userid", 1) then
FormsAuthentication.RedirectFromLoginPage(Session.Item("userid"), True).
In page2, I try and access session.item("userid") and it's being
reported as nothing. I also tried 'false' as the last parm in
FormsAuthentication.RedirectFromLoginPage.
What am I doing wrong?
Any feedback would be appreciated.
TIA.
|





