YZ-

Make sure that your login page is referring to images using absolute paths.
For example, instead of using <img src="../images/logo.jpg">, use <img
src="/images/logo.jpg"> where images is one directory up from the root.

I would guess that you are including your page, instead of redirecting to
it. This would solve your problem.

Drew Falkman

-----Original Message-----
From: Zhang, Yuying [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 26, 2002 10:48 AM
To: JRun-Talk
Subject: JRun session control


Hi,

I have trouble with the session control in JRun3.1.
We are using JRun default authentication mechanism for user authentication.
After a user is authenticated through a login page, the user would be able
to navigate anywhere on our webpages. When the session is time out, and the
user click on any link on our screens, it would bring to the login page. The
problem is when this login page shows up due to session time out, all the
images on this page would be damaged.

Can anybody cast a light on this issue?

Thanks,

YZ

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to