Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session Variables and cookies

Status
Not open for further replies.

jino

Programmer
Apr 1, 2004
41
CA
Hi,

I am very new to development in ASP.NET especially using session variables. I need to collect some information from clients through two ASPX pages. I will be using this information to calculate the amount for the last page. Can I store the data entered by the client in session variables? I dont need the data after the client closes the browser.

Can I use session variables even if the clients computer has disabled cookies?

What are other alternatives if I cannot use session variables?

Thanks in advance.

Jino
 
Yes, you can use session variables and they will be destroyed once the session expires.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top