What options are there for securing / limiting access to my web app?
Right now I have everything behind a login. I have cookies implemented to remember users, but Safari reloads the app from scratch every time I switch apps, even if only for 2 seconds... and I have to relogin every time I go back to the app. The cookies remember the credentials, but it still makes me click "login" and then I have to wait a couple seconds for things to load.
Is there a way to keep the session open/awake in safari so I can switch between apps?
What are my options on something like this? Let me know if more info is needed...
How can I tell jQuery not to do anything with certain <a> links? I don't mean styling as much as whatever the scripts are doing with the links.
I am using a JavaScript sound manager that converts normal <a> links to .mp3 files into little embedded audio players. The files will play, but when I have jQuery also on that page, the links take me to a blank white page. I'm not sure what jQuery is trying to do, but is there a way to tell jQuery to ignore certain links?