sc_macro, what does the sc_looged_check_logout(); do?

Thank you to anyone who can shed some light on this macro…

I am getting the message at the initial login that the user is already logged in… (yes, I’m using the security module with session).

I am attempting to figure out why the user is not getting logged out (exit the session) when the user exits the project.

Anyone know where I can find the sc_looged_check_logout(); macro or the definition? (BTW what is looged suppose to mean?)

SC v 8.00.0022

login01.jpg

Look under Programming->PHP Methods.

I played with the canned security app for a long time before I scrapped it and rewrote my own. They spent a lot of time trying to manage sessions, which they failed miserably at. Newer versions they no longer play games with the sessions.

Dave

SC Security Module

Thanks for the feedback Dave… unfortunately, my programming skills are not where I can ‘develop’ my own modules/methods/programs… very basic.

Thanks again, Dave.

[QUOTE=daveprue;30130]Look under Programming->PHP Methods.

I played with the canned security app for a long time before I scrapped it and rewrote my own. They spent a lot of time trying to manage sessions, which they failed miserably at. Newer versions they no longer play games with the sessions.

Dave[/QUOTE]