Re: Reading session variable



Write it out into a hidden and retrieve it from the client. Or simply
create a script directly from the server that looks something like:

out.println("<script>myVar=" + session.getAttribute("id") +
";</script>");

and you have the myVar variable in JS.

At least you get the ideea and can do it more nicely depends on what
you
are using.

Regards

.



Relevant Pages

  • Re: SMTP and POP3 through ISA 2004
    ... > dont send pop/smtp to my isa server. ... >>> to ge tthe following error from outlook when attempting to retrieve ... >>> The problem is not the Outlook configuration as this client was able ...
    (microsoft.public.isaserver)
  • Re: Client IP Address
    ... I tried WTSQuerySessionInformation api with the WTSClientAddress for the ... infoclass to retrieve the Client's IP address. ... this API fails when called via a Terminal Server Client ...
    (microsoft.public.win2000.termserv.clients)
  • Re: SMTP and POP3 through ISA 2004
    ... dont send pop/smtp to my isa server. ... >> server available on the External public network ... >> to ge tthe following error from outlook when attempting to retrieve ... >> The problem is not the Outlook configuration as this client was able ...
    (microsoft.public.isaserver)
  • Re: ntbackup restore problem
    ... Has your client ever been able to retrieve any files before? ... I have a client that is using a Quantum DLT-V4 on a Windows 2003 server ... The backups seem to be performing properly, ...
    (microsoft.public.windows.server.general)
  • Re: file transfer
    ... >I use POST to transfer a file from my client to the server. ... there might be better ways to upload your file. ... Prev by Date: ...
    (comp.lang.php)