I had tried to run the Session sample from ServletExamples on browser
with cookie disable, the experience is different when cookie is
enable.
Does it mean that GlassFish does NOT support URL rewriting. Could
someone please confirm? Thank you in advance!
--~--~-~--~~~
I don't think the homework for Session Tracking is go far enough to
illustrate the beauty of the J2EE Session Tracking, which should work
for either browser with cookie enable nor disable. So I had added
couple steps to cover that gap. Here are what I did:
- For index.jsp:
">
- For res
I don't think you need to pass the name back to the index page, but
you need to provide a link or a button to be able to go back to the
index page from response page.
Also you need to change the scope to session instead of request.
On Oct 12, 7:15 pm, derezone wrote:
> Hi
> Can someone point
Could you provide the content of the file: C:\Documents and Settings
\diego rangel\Mis documentos\NetBeansProjects\hello2\src\java
\MyOwnEventListener.java?
On Oct 13, 2:05 pm, diego rangel wrote:
> apreciated friends:
>
> i have the following error when i go the exercise that coresponds to the