Can't define "shared variable or shared temp-table" in my webpage...

rcgomez11

Member
gud morning progresstalkers,i really need your help, my webpage is having trouble when im trying to catch all the information in my other page using "Define shared temp-table" and "Define shared variable.."..but when i make it a "Define new shared temp-table" and "Define new shared variable..", no errors at all but the information stored there can't be pass to another page even if there is "Define shared temp-table" and "Define shared variable.."..please help with this, i really need this...hope somebody has the time to shared with me his/her knowledge,tanx progresstalkers....rock on..
 
WebSpeed works on a stateless appserver.
After the call is made and the webpage is generated the session ends.
Remember that there is absolutely no Progress code in the generated HTML page, so there is no way to use a Progress temp-table to maintain data in a HTML page.
Each call to the appserver results in the start of a new progress session. If you need to persists data between two calls either post it or you persist the data through contextmanagement.

Casper
 
Ei Casper, tanx for your time, i really appreciated it...but can you give me some of your knowledge about that matter, what can i do other than that defining temp-table or shared variable? is using a cookie in my website safe, or if not what the other way?hope you still have time to answer all my queries...gud day....
 
Back
Top