How to use jquery.cookie.js file only with html?

surfsun2007

New Member
I am working on one project where I am doing html and jquery work and there was cgi at server side. Now we want to implement login/logout feature into it, but problem is we did not use any scripting language like php. I want to use jquery.cookie.js to generate cookie and send it along with each request to server. My problem is how can I generate only one cookie for all pages for particular browser, so same cookie can send to server.If user knows the page name then he can access it directly like (http://www.mydomain.com/page.html). I have only use html so I have to include all js and css on each page.If any other alternative for the same purpose then acceptable.
 
Back
Top