
Hi,
I'm new to session management things.
i need a program that provides session details and restricts multiple client requests. which means,
i had a log-in page and two other pages9admin page and support page) .when i log-in in to my particular application if i'm an authorized user.the page will redirects into admin page..the log-in will based on database check . my intention is to restrict my web-application to open when typing url address as
http://localhost/myproject/login.jsp when any one type the url to access admin page directly by using url like http://localhost/myproject/admin.jsp automatically redirects into log-in page it could be possible with session management.
can any one help to get basic idea? i need a example program to enable session ids.
Regards, P.Divya
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.