Jump to content

Log out webdirect solution


This topic is 2074 days old. Please don't post here. Open a new topic instead.

Recommended Posts

What I am using is a button that run a relogin script and auto log into a dummy acc and goes back to my main page. That account has no privileges and can only access one button that is a login. Sadly I dont think there is a simple “logout” option.

Link to comment
Share on other sites

  • 4 weeks later...

With WebDirect, using the script steps of <Exit Application> or <Close Window) will have the same effect - it'll log the user out, and return to the home page for WD.

Link to comment
Share on other sites

  • 3 years later...

You can use below script:

 

If [ Get(SystemPlatform) = 4 ] //If the platform is WebDirect
Exit Application
Else //If the platform is not WebDirect
Open Launch Center
Close File [ Current File ]
End If

 

 

Link to comment
Share on other sites

This topic is 2074 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.