PDA

View Full Version : help problem with session information



aron
March 6th, 2002, 19:44
ok first question say i have a 3 page *.asp website page 1.asp has a login page2.asp has the welcome you have logged in information and page3.asp is user registration . now with session information do i have to call/store the session on page1.asp so that when i log in on page2.asp and use a Response.write("Your firstname is: ") & Session("firstaname")%> it shows because im having all sort of trouble with my website and i cant figure it out..

if this is true what would be the session variable that i would have to call/store on page 1 so that firstname <<this is the name of the record in the access database>> shows up on page2.asp


regards aron palmer