Hi,
I have a web app that I want to write that is using only html, css and
javascript (no servlet or jsp) and I want to implement some basic
authentication mechanism for login. Can I easily pass a url to post
with a credential and get a cookie back to track the session if I only
have grizzly on the backend? I'm not to sure what I really need to do
other than have a way of tracking the session.
Suggestions? Is this currently possible? What would it take to do
something like this if not?
Thanks,
Carla