close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

redirects after ogin

Thread begun 12/10/2014 9:52 am by Sweens | Last modified 12/12/2014 9:55 am by Jason Byrnes | 3299 views | 14 replies |

Sweens

redirects after ogin

Hi

I have a page that records login stats and creates loads of session variable depending on the SecurityAssist_UserID. These sessions come from several different tables and recordsets.

(On the login page, there isn't the option to create these session variables from different table - unless there is a way?)

When a user tries to access a restricted page without logging in, they are redirected to the login page, then on to the previously requested page. However, this bypasses the stats page and none of the extra session variables are created.

I've tried to create (on the login page) a Session Variable called 'accesscheck', based on $_GET['accesscheck'] if someone's tried to access a restricted page, but this still bypasses the stats page!

Any suggestions on the best way to accomplish this?

Many thanks
Chris

Sign in to reply to this post

Jason ByrnesWebAssist

In the server behaviors panel, double click the Security Assist Authenticate user server behavior and uncheck the Go to previous URL option.

Sign in to reply to this post

Sweens

Hi Jason

Thanks - I tried that, but it didn't make any difference (unless things are cached?) After making this change, do I only need to upload the login page, or are there security_assist pages that need uploading too?

Cheers
Chris

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

Sweens

Hi Jason

I've rebuilt the page and things now work as expected.

Cheers
Chris

Sign in to reply to this post

Jason ByrnesWebAssist

ok, glad to hear it is working.

Sign in to reply to this post

Sweens

Hi Jason

I spoke too soon - it worked once and hasn't done since! See pm

Thanks
Chris

Sign in to reply to this post

Jason ByrnesWebAssist

I added the following code to the login page to prevent it redirecting to the protected page:

if(isset($_SESSION['WASA_accesscheck'])) unset($_SESSION['WASA_accesscheck']);
if(isset($_SESSION['accesscheck'])) unset($_SESSION['accesscheck']);

Sign in to reply to this post

Sweens

pm

Sign in to reply to this post

Jason ByrnesWebAssist

pm

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...