Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Theres stated that in container-based security model web browser tracks the logins – is that correct?

0
Posted

Theres stated that in container-based security model web browser tracks the logins – is that correct?

0

As far as I know in container-based security one have the oportunity to define realms/principals and users belongig to these principals. Also in configuration file of your web application you can define restrictions which part of your application can used by particular principal. When you try to access this restricted area of application container will ask for authentication, upon sending right credentials (checked by container according to defined rules in configuration files) it will create SESSION with these credentials. Since your browser is connected with this SESSION (residing on server) through cookies or URLrewriting every following try to access restricted area will be successfull since container looking at user’s session knows that this user (browser) has been already authenticated.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123