Re: session variables from applet
From: Michael Scovetta (nospam_googlegroups_at_scovetta.com)
Date: 11/06/03
- Next message: RGonzalez: "Re: Programmer's unpaid overtime."
- Previous message: Tony Dahlman: "Re: How to format a double number"
- In reply to: Ike: "session variables from applet"
- Next in thread: Andrew Thompson: "Re: session variables from applet"
- Reply: Andrew Thompson: "Re: session variables from applet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 5 Nov 2003 19:54:41 -0800
Ike,
Yes, you have to pass it as a <param> within the <applet> tag. Applets
run on the client and don't have access to any runtime session
information from the application server directly.
M
"Ike" <rxv@hotmail.com> wrote in message news:<4dfqb.11588$Oo4.8703@newsread1.news.atl.earthlink.net>...
> How can I get/set a session variable from an applet? Must I pass it as a
> parameter to my applet via jsp or php? Can I just obtain it from within the
> running applet somehow?
>
> Thanks, Ike
- Next message: RGonzalez: "Re: Programmer's unpaid overtime."
- Previous message: Tony Dahlman: "Re: How to format a double number"
- In reply to: Ike: "session variables from applet"
- Next in thread: Andrew Thompson: "Re: session variables from applet"
- Reply: Andrew Thompson: "Re: session variables from applet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|