The asp:LoginStatus

  • Thread starter Thread starter Progman
  • Start date Start date
P

Progman

I can display the login status using the <asp:LoginStatus> tag.

Unfortunatelly, the object LoginStatus seems not to provide an attribute to
test it.

How can you read from the code (VB script) the login status?
 
Progman
if page.user.identity.isauthenticated then
.... user is logged in
else
.... user is not logged in
endif

Good Luck
DWS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top