I am not able to use the scrape tag for pages using SSL connection, any
ideas? Thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Is your browser configured to accept cookies? If not, URL rewriting will be used
for session management. As for actually having a session, by default any JSP
page will create one. If you don't want it to, you need to use the page directive:
<%@ page session="false" %>
Also, by using with a relat
Hi Kris,
I forced a refresh of the page and still didn't get
the background image to come down.
The suggestion didn't do it, either. I still
see the jsession ID in the URL.
I'm missing something important here. I'll have to
keep digging. Thanks - MOD
--- Michael Duffy <[EMAIL PROTECTED]>
Hi Kris,
I don't know - I didn't try hitting the page again.
I'll give it a try and see.
I was surprised to see it, because I don't have any
session scope variables in the page. I don't think I
should have a session open.
I'm using Tomcat 4.1.24 as the server.
I'll try your suggestion an