• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Pre-generated session "use by" parameter

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Pre-generated session "use by" parameter

    Giving the new "pre-generated" "use once" session function a further "use by" parameter would help increase security.

  • #2
    The pre-generated sessions should already be automatically timing out based on the session kill timeout specified in Settings. Are you saying you want them to time out sooner?

    FYI, you could also create a custom program to get rid of any not-yet-used session records by looping through VVSESSDATA and deleting any records that have VVTOKEN='*TBD' if they've been out there too long (based on VVTS_ACT).

    Comment


    • #3
      It's a not-yet-used session timeout I was after. I will use your method. Thanks!

      Comment

      Working...
      X