|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
sessions?
say I want to send a line of info between pages, how would I do this? using sessions or cookies, or somthing like that? and could somebody give me a small example of sending a bit of info from one page to another
|
|
#2
|
||||
|
||||
|
I'm sure there are a million tutorials out there that could help you out. If you're just sending from one page to another and don't need longer-term storage, you should be able just to use request (GET or POST) variables. Sessions and cookies are used for longer-term data storage (sessions for a whole session and cookies for multiple sessions).
|
|
#3
|
|||
|
|||
|
woh, woh there, post and get and can do that, tell me more. if I was to post something on one page how would I get it from another, what action would I use in the first page? just how exactly is that done
|
|
#4
|
|||
|
|||
|
nevermind I figured it out
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Java Development > sessions? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|