[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Cookieless Sessions and images

Raoul Sava

10/14/2003 7:27:00 PM

Hi

When using the Cookieless Session, on some computers,
images that are referred to through Relative linking are
not showing.

It seems that the problem lies in the fact that the server
searches the image through the whole URL, which includes
the session ID.

Example:
<mobile:Image id="imgCancelIcon"
runat="server"ImageUrl="../Images/icon_book.gif"></mobile:I
mage>
The image URL will be something like this:

http://myserver.sas.se/...
(i054j0554gpc3uyhbbehq355)/Images/icon_book.gif

Some machines show the image, and some do not.


Is there any way to configure the server to make this work?

/Raoul