I'm working on a PhoneGap app with server session usage. It needs cookies to handle the session. Addition
How do I set and unset a cookie using jQuery, for example create a cookie named test and set the value to 1?
I need to keep a session alive for 30 minutes and then destroy it.