Hi! Can anyone guide me on how to trigger script w...
# suitecommerce
s
Hi! Can anyone guide me on how to trigger script when a logged-in user session expires (after 20 minutes of inactivity) in SC web store?
m
There isn't any event that I know of, but if you check login within your entry-points and you can trigger whatever you want when the user is no longer logged in. You can also check within services using
runtime.getCurrentSession()
.
👍 1