472,371 Members | 1,552 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,371 software developers and data experts.

Cookieless Sessions...

JV
Hi,
The URL I'm trying to access
http://SERVER/VirtualDir/app/test.aspx
This page has a lot of links and also images and CSS
from the following folder structure.

http://SERVER/VirtualDir/images/image.gif
http://SERVER/VirtualDir/styles/Style.css

I refer to images from test.aspx in the page as IMG
SRC=../images/test.gif

I am trying to test my application with the "Cookieless=true"
parameter in the Session Configuration in the Web.Config file.

I am having some issues with Images/CSS files in my document when
I turn on the CookieLess=true. They don't seem to be able to get the
image based on the relative location.

Is there any fix for this?
Thanks in Advance,
JV
Nov 17 '05 #1
2 2888
Hi guys!

Yes... 8-(
I'm having the same problems as you guys.

Scott, following your "directions" I put a .aspx page
inside my images' folder and it works fine.
I guess you're right... IIS do NOT think.

Please, keep me in the loop about a solution for this
problem.

I'll keep you guys informed if I find one.

Thx

-----Original Message-----
Hi,
The URL I'm trying to access
http://SERVER/VirtualDir/app/test.aspx
This page has a lot of links and also images and CSS
from the following folder structure.

http://SERVER/VirtualDir/images/image.gif
http://SERVER/VirtualDir/styles/Style.css

I refer to images from test.aspx in the page as IMG
SRC=../images/test.gif

I am trying to test my application with the "Cookieless=true"parameter in the Session Configuration in the Web.Config file.
I am having some issues with Images/CSS files in my document whenI turn on the CookieLess=true. They don't seem to be able to get theimage based on the relative location.

Is there any fix for this?
Thanks in Advance,
JV
.

Nov 17 '05 #2
problems displaying images, style sheets using cookieless session
(sessionID in the url) - cookieless session broken images.

Finally... I found the answer! at least in my case.
Hope this helps!
Check your isapi filters in iis. Make sure ASP.net is included and
running. Here's how.

open internet services manager
right clik on the server node and choose properties
master properties <edit>
(tab) isapi flters
look for an entry "ASP.NET_x.xx.x.x.x"
if it is not there, this is your problem!

<add> ASP.Net
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_ filter.dll

the above value is for 1.0.3705
you should use whichever version you are running.
restart iis
j_*@lycos.com (JV) wrote in message news:<30**************************@posting.google. com>...
Hi,
The URL I'm trying to access
http://SERVER/VirtualDir/app/test.aspx
This page has a lot of links and also images and CSS
from the following folder structure.

http://SERVER/VirtualDir/images/image.gif
http://SERVER/VirtualDir/styles/Style.css

I refer to images from test.aspx in the page as IMG
SRC=../images/test.gif

I am trying to test my application with the "Cookieless=true"
parameter in the Session Configuration in the Web.Config file.

I am having some issues with Images/CSS files in my document when
I turn on the CookieLess=true. They don't seem to be able to get the
image based on the relative location.

Is there any fix for this?
Thanks in Advance,
JV

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: JJ | last post by:
Hi, I really need to use cookieless ASP sessions with ASP 3 (IIS5) Can I find out the session ID from the first page, then post it or send it with the url to the next page, then at the start...
0
by: djluker | last post by:
Does anyone know of a way to implement cookieless sessions in ASP.net by tacking on the session ID to the querystring, rather than setting cookieless="true" in the web.config file? I see that some...
3
by: Scott | last post by:
Hello, we are having problems displaying non-aspx files (images, style sheets) since we have upgraded to the 1.1 framework when using a cookieless session (sessionID in the url). Check out...
2
by: Tom Pester | last post by:
I experimented/researched cookieless sessions and tried it on my website. I expected the switch to cookieless sessions to be transparent but this isn' t the case at all: 1) Forms based...
2
by: Steve Franks | last post by:
According to the docs you tell ASP.NET to use cookieless sessions by setting a value in the config.web file. However, what if I wanted to determine at run time whether or not I wanted to use...
10
by: Anthony Williams | last post by:
Hi gang, This one looks like a bug :o( As you may or may not know, setting session management in web.config to use cookieless sessions causes the ASP.NET runtime to munge a session ID into...
0
by: Jerad Rose | last post by:
I have an odd scenario. I am working on a hybrid site that uses various development platforms, namely traditional ASP and Lasso (a Mac scripting language). The site uses its own custom sessions...
2
by: rk325 | last post by:
I have a question about cookies & browser permissions and turning off cookies when creating a web site (cookieless mode in web.config). I have a web site that of course uses Session variables....
0
by: Chris Gill | last post by:
I'm trying to use cookieless sessions in asp.net using the InProc mode (for various reasons it is not desirable for us to use the other modes if it is possible to avoid them). My problem revolves...
0
by: David H. | last post by:
Is there any way to have a user use cookieless sessions at runtime on a case-by-case basis? Or do cookieless sessions have to be turned on globally in the web.config for all users of the web...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.