Is it possible to create and update a session variable in JavaScript? Just like in PHP as I start sessions and initialize session variable.
I\'m using some JavaScrip
You could use the js via the ajax way from/to load/post to a php script and write your session control method into this php script file.
You could try the jQuery's $.ajax() method, I guess it is the easy way to made it on the front-end script.