in reply to session module
Maybe you should look at your writeups, there have been endless threads about this code already. There's bound to be some useful information in there somewhere.
updated: spelling
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: session module
by rjsaulakh (Beadle) on Jun 02, 2005 at 16:30 UTC | |
my module is running fine but there are errors note the module contains the same script which i am pasting . i just made a new module of it so that i can call it easily where i need session variables
2.where ever i use my module in a cgi script it creates a new sesssion instead of tracking for the existing one please let me know if i am making any mistake or my approac is wrong do i use cookies to accomplish the same
the script is like this
| [reply] [d/l] [select] |
by Joost (Canon) on Jun 02, 2005 at 17:25 UTC | |
Since I've already explained to you two times how you could make a working session with 1/4 of the code you're using, and I've pointed you to an alternative method that will do almost all the work for you, I can't imagine that anything I'll tell you will help you in the least, since you don't appear to read anything anybody tells you. So, I'll tell you - again - to look at your previous threads and read the replies there . Please try to use your concentration while you do that - copy & pasting random lines of code is not the same as trying to understand a reply.
| [reply] |