We are having an issue with Ship Rush using too many sessions and I reached out to them to fix it. Until then I saw a forum post to see if a admin user is logged in
<mvt:if expr="g.admin_user_bheyde EQ 1">
//user bheyde is logged into the admin currently
</mvt:if>
and wondered if there is a simple way to log them out?
I was thinking if I could put something on the SFNT page or even run a page using task scheduler or a cron job I could keep the sessions from burgeoning until ShipRush fixes it. We have 5 concurrent licenses and sometimes we have a dozen or more ShipRush sessions making logging in a pain.
Just looking for a temp fix.
<mvt:if expr="g.admin_user_bheyde EQ 1">
//user bheyde is logged into the admin currently
</mvt:if>
and wondered if there is a simple way to log them out?
I was thinking if I could put something on the SFNT page or even run a page using task scheduler or a cron job I could keep the sessions from burgeoning until ShipRush fixes it. We have 5 concurrent licenses and sometimes we have a dozen or more ShipRush sessions making logging in a pain.
Just looking for a temp fix.
Comment