News

Is session cookies the best way to pass variables between a page when I'm trying to make a simple discussion board?<BR><BR>Right now its passing through POST or GET i think so if a user happens to ...
In most cases session objects are provided through the use of cookies. Myself I use session objects as they are easy to work with for the session. I use cookies for information that should be retained ...