Results 1 to 3 of 3
- 12-14-2010, 01:04 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 1
- Rep Power
- 0
need help to create login machanism for web application
Hi,
I am making a web application in which login is must. I have made an html page in which i have made username and password fields and a submit button. I am using post method to send data to a servlet. On that servlet i am authenticating it and creating a session which get invalid after 30 seconds. But when i simply refresh the page, browser again ask for resend information and it get logged in again without entiring username and password again. I want it never happen but i am not getting any solution for this problem. Please tell me how can i solve this problem.
- 12-15-2010, 11:08 AM #2
You should have log out option that does invalidate session.
Mak
(Living @ Virtual World)
- 12-15-2010, 01:08 PM #3
Member
- Join Date
- Nov 2010
- Location
- New Delhi
- Posts
- 50
- Rep Power
- 0
Similar Threads
-
How to detect first time login to the web application
By dmane in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 08-04-2010, 07:18 PM -
Login window before application startup
By Gloomy in forum AWT / SwingReplies: 5Last Post: 07-19-2010, 10:22 PM -
How to create Cookie for login function
By javanewbie in forum Advanced JavaReplies: 0Last Post: 11-11-2008, 05:03 PM -
How to write the login application using cookies
By lukky in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-19-2008, 07:06 PM -
how to create a login system by using netbean 6?
By j007ha in forum NetBeansReplies: 5Last Post: 08-16-2008, 05:33 PM
Bookmarks