[java ee programming] problem with session.invaDate();

2010-01-30 Thread hind aiouej
hi, i have a big problem, i brok the session with session.invaDate(); but when i click on back it can return to the old pages that i visited. who can help me on this problem ? -- Mlle.Hind AIOUEJ Etudiante à l'ENSA de Tanger Master Réseaux et Systèmes Université Abdelmalek Essaâdi -- You

Re: [java ee programming] java in future

2010-01-30 Thread Mihai DINCA
Hi Aykut Don't worry, Java will not die, as C and C++ did not die. Like C, Java was created for hardware independence (but at a more applicative level than C), and allows important software editors and hardware constructors to grant the availability of the old applications on the latest

Re: [java ee programming] problem with session.invaDate();

2010-01-30 Thread Mihai DINCA
Hi Hind, Your servlet may execute event if there is no current session (i.e. no session was started or the session was invalidate). In order to prevent the execution outside a session, you have to: -- Check explicitly inside the servlet if there is a current session and issue an error if

[java ee programming] Re: problem with session.invaDate();

2010-01-30 Thread Lalit Chattar
On Jan 30, 9:25 pm, hind aiouej aiouej.h...@gmail.com wrote: hi, i have a big problem, i brok the session with session.invaDate(); but when i click on back it can return to the old pages that i visited. who can help me on this problem ? -- Mlle.Hind AIOUEJ Etudiante à l'ENSA de Tanger

[java ee programming] Sequence element tag need clarification

2010-01-30 Thread Shiv Shankar
Hi everyone, I have a question regarding XML schema. What is the use of sequence tag in schema. We have examples in Netbeans and please post links related to eclipse also. Thanks -- With Regards, Shiv Shankar -- You received this message because you are subscribed to the Google

[java ee programming] Re: problem with session.invaDate();

2010-01-30 Thread hind aiouej
hi help to define security-constraint in web.xml how can i define action= in the login.jsp to redirect the information of this page to our servlet. 2010/1/30 hind aiouej aiouej.h...@gmail.com hi, i have a big problem, i brok the session with session.invaDate(); but when i click on back it