Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice and Sessions

Hi,

I want to write simple application with authentication. User from client side authenticates with username and password to server then it can access protected objects.
I read about Glacier2 and IceGrid and so on, but the concept about Sessions is still too vague for me. Is authentication funcionality built in Ice and must I use service such as Glacier2 and IceGrid.
I spent too many hours trying to understand Sessions, but I have not success.

I very appreciate evrebody who helps me!

Thanks, cheers and have a nice day! :)

Comments

  • matthew
    matthew NL, Canada
    User from client side authenticates with username and password to server then it can access protected objects

    Using Glacier2 is a pretty simple way to do this. I recommend reading Michi's article "Teach yourself Glacier2 in 10 minutes" in http://www.zeroc.com/newsletter/issue22.pdf for a brief introduction to Glacier2.

    If you have specific questions, please ask!