Carla Mott wrote:
> 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?
Yes you can. You just need to extends the GrizzlyAdapter
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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>