Results 1 to 2 of 2
- 08-19-2008, 03:02 PM #1
Member
- Join Date
- Jul 2008
- Posts
- 8
- Rep Power
- 0
How to write the login application using cookies
when the user enter with his details,it'll check for valid details are not.after that he logged in,then that details means user name and password are saved as cookies.my requirement is when the user closes the browser and not logged out then he again opens the same application he logged into that application,that means the page with his details is opened.
please reply me as soon as possible.
thank you
- 08-19-2008, 06:06 PM #2
Cookies are used to save the state of the communications with a client. You need to put enough data in the cookie that you know how the user has progressed in the communications.
You would save the user's details on the server and when the user logs in again, look at the cookie he sent and know what info you can send the user.
Similar Threads
-
a simple code (cldc or midp) to write a text file ouside of the application package
By sina in forum CLDC and MIDPReplies: 3Last Post: 12-12-2008, 12:12 PM -
cookies
By lukky in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 09-02-2008, 07:46 PM -
cannot open database requested in login. Login fails
By banduskank in forum JDBCReplies: 0Last Post: 06-25-2008, 12:41 PM -
JSP cookies example
By Java Tip in forum Java TipReplies: 0Last Post: 01-15-2008, 03:11 PM -
Write an application that displays the numbers 1 to 4 on the same line
By toby in forum New To JavaReplies: 1Last Post: 07-23-2007, 04:33 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks