users@grizzly.java.net

basic authentication and grizzly

From: Carla Mott <Carla.Mott_at_Sun.COM>
Date: Wed, 19 Nov 2008 08:25:39 -0800

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