Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Can I write / read cookies with ASP…
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00393238
Message ID:
00393488
Views:
17
>I know this is a simple question but I am new at this.
>How can I write and read cookies with ASP?
>I like to write and read a cookie so when the user comes back to the site I will reset is default setting.
>
>The main use of this is to save is User Name and Password in a cookie. This way the use do not have to login when he comes back to the web site.

Do a search on MSDN for cookie... here's a small example of writing one out;

Response.Cookies("EmailAddress") = dennis@microsoft.com
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform