Tagged Questions
0
votes
1answer
336 views
jQuery.cookies won't load dynamically (with jQuery getScript etc)
I am trying to create a session deletion method for cookies on logout.
Cookies with a certain start key need to be deleted, so I have made a little javascript that works.
Trying to keep all my ...