Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Questionm Regarding Sessions & Passing Variables to other Pages in

  Asked By: Keana    Date: May 23    Category: Asp.net    Views: 803
  

I want to learn about sessions and reason I want to get familiar, I have a web
project in vb.net with two pages, login.aspx and results.aspx, user should logon
to login.aspx and then some values will be passed to results.aspx and
results.aspx and result.aspx shouls not dircetly be display if called in browsr,
instead should get re-directed to login.aspx.
Eventually when person logout I need to end session with page expiry, how to
start a session and how to pass parameters to another page?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Coleman Smith     Answered On: May 23

You could check out the examples 19.4 to 19.10 in
'ASP.Net unleashed'. The examples are available under
http://www.superexpert.com

 
Answer #2    Answered By: Benny Torres     Answered On: May 23

Use "Form Authentication" @
docs.aspng.com/.../formsauth.aspx

Its exactly what you want....

 




Tagged: