Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 12th, 2006, 06:15 AM
Authorized User
 
Join Date: Apr 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to al-hijjawi
Default Problem:overwrite cookies?!

hello every body
in my last project i should design a login form and i must make any technic to provide remembering the information of user
i wrote the following code in page load
Code:
        Try
            txtuser.Text = Request.Cookies("oneway").Value
        Catch ex As Exception
        End Try
and the following code in login button:
Code:
If chkrem.Checked Then
       Response.Cookies("oneway").Value = txtuser.Text
End If
these two code are work perfect but when the user change his/here name and press login button an Error will happen because the program can not overwrite the cookies file
(i.e if for example john enter this login page and save his data in cookies and again enter this page and try to change his name for example mike an error will happen)
any solution please:)






Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with cookies khb3283 ASP.NET 2.0 Basics 1 October 1st, 2008 11:11 AM
problem with getting cookies kanoorani JSP Basics 1 June 18th, 2007 12:51 AM
Problem with using cookies JSB Beginning PHP 0 November 25th, 2005 11:58 AM
Problem with cookies :( Varg_88 Classic ASP Databases 2 December 13th, 2004 11:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.