Sessions id not passed in 2.0

G

Guest

I have an asp.net application, it runs a java applet, and when the java
applet access the .net pages, I find by tcp sniff, that the session id is not
passed by java, hence, java accesses pages in a different session.

this used to work in 1.1.

Same thing happens, if say you have a page that purely
Response.outputstreams data (say a video) back to the client, so that video
would get opened by media player, media player will be sending in a
sessionless (no session id) request to the web server, and failes to get the
file, since my page uses sessions to do authentications and such.

and again, this used to work in 1.1.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top