B
Bernhard Geyer
Hi,
i've trying to convert a Java-Applet, which runs inside a HTML-Page with
Javascript and Sessiong-Management to a .NET-Applet.
The Java-Applet loads in the contend of the Browser-Session data from
the server (Java-Applet is based on java.applet.applet).
I'm trying to reimplement this in .NET (C#), but my problem is the
browser-session. When I try to load data from the server, it doesn't use
the session from the browser.
Is it possible to use the browser-session, when communicate with the server?
Best regards
Bernhard
i've trying to convert a Java-Applet, which runs inside a HTML-Page with
Javascript and Sessiong-Management to a .NET-Applet.
The Java-Applet loads in the contend of the Browser-Session data from
the server (Java-Applet is based on java.applet.applet).
I'm trying to reimplement this in .NET (C#), but my problem is the
browser-session. When I try to load data from the server, it doesn't use
the session from the browser.
Is it possible to use the browser-session, when communicate with the server?
Best regards
Bernhard