| Author |
Session Data
|
Sahil Sharma
Ranch Hand
Joined: Aug 27, 2003
Posts: 152
|
|
Hi Guys, In my jsp i need to set the data that i have in my javascript into session.I know how to get the session data inside a javascript, but don't know how to set it. Is their any way to do this. Thanx
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56201
|
|
|
The data will need to be posted to server-side code.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Sahil Sharma
Ranch Hand
Joined: Aug 27, 2003
Posts: 152
|
|
|
So no way thru javascript
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56201
|
|
|
Javascript can only perform client-side activities.
|
 |
 |
|
|
subject: Session Data
|
|
|