session timeout - apex 4.2 definition

Hello

I try to add session timeout to 1 single application such that it disconnects after some time of inactivity. During my research, I have seen skillbuilder timeout plugin but I want to use default Apex in if possible, also I tried to run below code in page0 DA plsql but does not work with application-level maximum length of Session in seconds and maximum Session in seconds idle = 0, 0:

BEGIN

APEX_UTIL. SET_SESSION_LIFETIME_SECONDS (p_seconds = > 30,

p_scope = > 'APPLICATION');

END;

I'll appreciate if someone could help me with that?

Thank you.

the process is fair, that I had to close the session and delete the session.

Tags: Database

Similar Questions

  • Error handling/Session Timeout with APEX & Ajax / Javascript

    In our project, we have the problem, what a session timeout can occur when the user stays on the same page and a jQuery/JavaScript/ajax process is used.

    If a request for action called in a popup ajax without an active session process the HTML for the login page is the user.

    How a management capable errors that no html will be displayed in the pop-up window?


    Further there are external JavaScript files which need to read the content of elements of the application.
    Is there an elegant/small/reusable way to get the value of the elements of the application?
    The & APP_ID. The syntax does not work in external JS files.

    Hi Oliver

    Personally, I think that if you get a timeout that the popup is closed and your parent page is redirected to the login page. By using a cheque as a reminder of the success/error during an AJAX call you inspect the xhr.responseText to work if you have received a timeout would be recommendation and if found close the context menu, and then assign him the login page window.location.

    However for AJAX calls not you will face a problem. In this case, you need a script in your login page that checks the window.opener and if so close the popup and sets the window.location opener to your login page. for example, I would like to add something like this to your header login page or login page model header.

      
    

    Note: only tested on FF. In addition, the javascript above is just a very basic example and will close all popup which displays the login page and reload the parent with the login page. It can lead to an undesirable feature for web pages open your app in a popup, since it will be automatically shut down and recharge the calling page that could frustrate people. In this case, you will need to add more conditional logic in the script to check the current window.opener.location to check if the URL is for your application and then perform the close and reload action.

    Of course, there are other ways to manage what is happening it is just an option I would like to Explorer.

    If you need to read the values of the elements of application not page elements in javascript, you need to add a script to your page footer that defines these example

    
    

    To get the value of an element of the application:

    apex.appItem('MY_APP_ITEM1');
    

    In the script above the request item values are secure prevent changes since they are accessible through the service such that they are defined as local variables to the breast. The only issue you will face access the value of an element of application which is been updated in session state by a process of AJAX. With the help of local values printed on the page rendered as it can get out of sync. If your item applciation values include line breaks or double quotes then you must escape them, if you need this support use a region of page PLSQL and escape the output after JSON script item values.

    In the example I use apex Namespace, some people may argue it's a bad habit, but for me, I like to keep everything apex linked together. He has pro of / jerks to the argument, if the decision is yours.

    Note: the reason to add the script to your footer must ensure that the values of point of application have been in session state, before they are issued.

    The previous post of VC is the right way to access the elements of the entry page and DOM values.

    See you soon
    Matt

  • in the APEX by clicking on the link hyper does not trigger session timeout page

    Hi all
    I have a question about the application of APEX session time-out. I created a simple application of the APEX. In the region report SQL section, I have code like this:

    SELECT DOC_Name, DOC_URL,
    "" < a href = "" | DOC_URL | "target ="_blank"/" > download < /a > ' pdf_link
    FROM test_table
    where emp_number = 00010001

    When the user click on the hyper link, it will show the landing page for the user (for example if DOC_URL = 'http://forums.oracle.com', it displays the oracle forum page in a new browser).

    But the problem is that after the user session timeout (I set to 240 seconds through shared components > change the security attributes, I put max the session for example 240 seconds timeout) when I click on this hyperlink, it does not raise my session timeout page and it still shows the page (oracle forum page).

    Why in the APEX by clicking on the link hyper does not trigger page session timeout after the user session timeout?

    How implememt or fix to trigger the session timeout page after clicking on hyperlinks?

    (BTW, our version of the APEX is 3.2)

    Thank you!

    Hello

    rather than use your my_stored_procedure you could call a new APEX page where you have a page called P999_PDF_ID. On this new page you would have
    treat a front header PL/SQL with the same code you have in your "my_stored_procedure". The only change would be to add a

    apex_application.g_unrecoverable_error := TRUE;
    

    at the end of your code as well as APEX does not generate a standard page of APEX.

    That's all. If a user clicks on a link, APEX will check the session timeout and if everything is ok, download your PDF file.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Skillbuiders (Session Timeout) plug in question

    Hello

    I have a question wth Skillbuilders "Session Timeout" plugin:

    Plugin keeps popping up on the page of connection even if the user disconnected from the application.

    I used conditions in dynamic Action to prevent the plug-in to be included on the login page (101), that it is led by their instructions.

    However, it does not work for some reason any.

    Plugin still works on the login page and warning continues to appear on the page of connection even when the disconnected user.

    I have included the condition in the dynamic action: ' not equal to ' and the value: 101 (which is a login page).

    I'm on Apex 4.2

    Help, please.

    Thank you.

    Make sure you use the condition for the dynamic action, not on the event condition rendering 'when' (which dictates the action false true vs)

  • ICX: Session Timeout and ICX:Limit time

    Hello team,

    We always set ICX:Limit times higher than ICX: Session Timeout? Is the average user will get more time on one active session before it gets expired?

    Definition of the time of ICX:Limit said that he looks at the time total session before causing a timeout no matter whatever you do in application.


    Apparently I am concerned about active sessions in the application.

    Thank you

    Ammu

    Salvation;

    In addition to anad Hussein snoussi Asif, I suggest check link below to understand what is this setting?

    ICX:SESSION TIME OUT

    http://forums.Oracle.com/forums/thread.jspa?MessageID=4041137#4041137

    See also:
    How AutoConfig defines ICX: Session Timeout [307149.1 ID]
    How to handle the timeout to the level of responsibility [ID 412224.1]

  • The Idle Application and Session Timeout value

    I use Apex 3.2.

    I found the following instructions to set the idle times and session of the applications.
    http://st-curriculum.oracle.com/obe/db/11g/r2/prod/appdev/apex/apexsec/apexsec09.htm#t5
    Once I had finished the instructions, I logged, as indicated, but when I log in I go directly to the page Timeout.

    Anyone who has used these instructions or can point me to a few more accomplished.

    Gus

    Published by: Gus C November 3, 2011 06:36

    Hello

    Close all open browsers.
    Open the browser and to connect to the generator of the Apex. Run your page. You land at session timeout page?

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

  • Catch the event Web Service Session Timeout

    Hi all

    I have a LV Web Service communicate to a web client (Chrome, IE, FF, etc.).  The user connects to the server and create a new session for him to help create Session VI.  One of the entrances to this function is a timeout value (default 60000ms).  The sessions behavior is such that if the user does not activate an application for web service (GET/POST/PUT/etc) within the time limit, then the session is automatically destroyed by the web service.  That's what I want, it's fantastic.

    My question is How can I detect when the session timeout happens? Another way to say, How can I detect when the user session is automatically destroyed?

    What I tried:

    • Of course, I can provide a "logout" link to the user calling ultimately "Destroy Session" VI, but I can't count on the user actually click this link (e.g. you really explicitly sign out of gmail or simply close your web browser?)
    • I thought that the only way to proceed would be to save the cookie of session ID returned by create Session VI and then query this ID to see if the session still exists (check if Session exists VI).  If the session does not exist, well, I know it has expired or the user manually destroyed it.  However, even if I save the cookie ID, I don't see where I can actually use it any where (especially not check if Session is VI). It just seems no value given to the range of sessions.

    Is this possible?

    Thank you

    Rory

    Sorry, Thomas, but that isn't going to work.  Think about it - you do not request a web service during the time-out period. You get ONLY a web service request when the client actually asked something.  The customer does not have during a timeout; It's just times out... so, there is no node on the block diagram to check because there is no block diagram... get it?

    No worries, however, I found the solution [read: workaround], even if the LV can do it (from 2013sp1).

    The best way to detect if a user session times out / out times would be for LV to this exhibit as an event in the web service. The following approach would be for LV accepts a cookie as an entry ID and then provides information on this session (i.e. the session exists).  I have a smell of two feature requests...

    But because BT cannot do these things (or not exposed to the developer), you will need to get creative on the client side.  Since I'm on Javascript/jQuery/AJAX on my front end, then it is possible for me to detect when the customer leaves the page or close the browser.  It comes to $(window) .unload () in jQuery.  Then, I can take this event and an asynchronous AJAX command of fire to one of my web service VI that will eventually call the "destroy Session" VI.

    For more information see the site here:

    http://lavag.org/topic/18490-catch-session-timeout-events-in-LV-Web-service/

    Hope this helps someone.

  • AnyConnect Session Timeout issue

    We have some remote users that are not happy with the SSL Connect connection down after close their laptops or lose their wireless for once. I read this question and answer of a Cisco page and I was wondering where the session time-out setting is changed. It's on the network client, software map AnyConnect or ASA firewall?

    Thank you, Pat.

    Q. What is the AnyConnect reconnect behavior?

    A. AnyConnect will attempt to reconnect if the connection is interrupted. This behavior is not configurable and auto. As long as the session on the SAA is still valid, the session will resume if AnyConnect can restore the physical connection.

    Version 2.2 includes a roaming feature that allows AnyConnect reconnect after a sleep of PC. The client will continue to try indefinitely until the head told him he can't reconnect and the client will not immediately RIP into the tunnel when the system goes Standby/Hibernate implementation. For customers who don't want this feature, set the session timeout value low to prevent sleep or resume reconnects.

    And also, for the new AnyConnect profile changes take effect, you will need to reconnect your AnyConnect session if the new policy is pushed to the client.

  • WLAN - session timeout

    I was told it is advisable to ISE to configure the session timeout something > s 7200 (2 hours).

    What happens if we do not enable session timeout at all? (WLAN/advanced, "Enable Session Timeout")

    What would be the implication/security operation, if any?

    It means customer would authenticate only once, and can stay on, without having to go through the authentication of 802. 1 x all day?

    Is there a default session timeout value?

    Here's a post on the time-out settings

    https://rscciew.WordPress.com/2014/05/07/timeout-setting-on-wireless-LAN-Controller/

    As far as I understand it, more big session timeout values can train your oblique stats Cordless drill. Otherwise there is no adverse impact to increase it.

    HTH

    Rasika

    Pls note all useful responses *.

  • AC VPN: vpn-session-timeout and prompt the user

    Hello

    Is it possible to invite the user to continue the session shortly before it hits the vpn-session-timeout value (ASA).

    Thank you

    Sean

    Sean,

    I believe that no job like this been done on it by the BU.

    We had this never open a:

    https://Tools.Cisco.com/bugsearch/bug/CSCsx17267/?reffering_site=dumpcr

    M.

  • The 'IETF-RADIUS-Idle-Timeout' value substitute "Vpn-session-timeout' of group policy?

    Hello community,

    I wish to have a dynamic substitution of "Vpn-session-timeout' of Group Policy (using"ldap attribute-map").

    Read the section "Support for RADIUS authorization attributes" of the SAA, it is not clear, but apparently attribute 'IETF-RADIUS-Session-Timeout' being Cisco attribute name of the ASA to "vpn-session-timeout '.

    Can anyone confirm?

    R, Alex

    Yes!

    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_ser...

  • Configure the timeout and session timeout in a group policy.

    I want a L2L tunnel to establish a period of time, this tunnel is established in a PIX 515E.

    Then I had seen that we must configure the idle time in group policy, but I have no ' t know the difference between the idle timeout setting and the session timeout.

    Anyone know what is the difference between this two command line.

    Thank you

    Hello

    Session-Timeout: at the end of this time, the security apparatus terminates the connection.

    Idle-timeout: If there is no communication on the connection activity in this period, the security apparatus terminates the connection.

    Please see the below URL for more details.

    http://www.Cisco.com/en/us/docs/security/ASA/asa70/command/reference/TZ.html#wp1281883

    http://www.Cisco.com/en/us/docs/security/ASA/asa70/configuration/guide/vpngrp.html

    Kind regards

    Arul

    * Rate pls if it helps *.

  • ISE 1.1 - switch ignores 'Session-Timeout '.

    Hi all

    I'm playing with the service to ISE customers and have some difficulties in function of time.

    After comments connects, the Radius attributes are sent to the switch (3750G) one of them is Session-Timeout, which should be similar to 1 h (DefaultOneHour)

    According to ISE logs and debugs switch, ISE has done well and this attribute has been sent but it seems that the switch simply ignores.

    May 24 07:03:11.658: %SEC-6-IPACCESSLOGP: list ACL-DEFAULT denied udp 10.1.100.194(1029) -> 10.1.100.2(389), 1 packet

    19:46:57: RADIUS: COA  received from id 36 10.1.100.6:64700, CoA Request, len 183

    19:46:57: RADIUS/DECODE: parse unknown cisco vsa "reauthenticate-type" - IGNORE

    19:46:57: RADIUS/ENCODE(00000000):Orig. component type = Invalid

    19:46:57: RADIUS(00000000): sending

    19:46:57: RADIUS(00000000): Send CoA Ack Response to 10.1.100.6:64700 id 36, len 38

    19:46:57: RADIUS:  authenticator 0B 30 6E 9B DF 97 0D A0 - D9 8B A5 5A 11 39 3E 41

    19:46:57: RADIUS:  Message-Authenticato[80]  18

    19:46:57: RADIUS:   11 42 82 E2 52 68 DF 28 CD 43 AE 88 0C 5D 91 10            [ BRh(C]]

    19:46:57: RADIUS/ENCODE(00000026):Orig. component type = Dot1X

    19:46:57: RADIUS(00000026): Config NAS IP: 0.0.0.0

    19:46:57: RADIUS(00000026): Config NAS IPv6: ::

    19:46:57: RADIUS/ENCODE(00000026): acct_session_id: 27

    19:46:57: RADIUS(00000026): sending

    19:46:57: RADIUS/ENCODE: Best Local IP-Address 10.1.100.1 for Radius-Server 10.1.100.6

    19:46:57: RADIUS(00000026): Send Access-Request to 10.1.100.6:1812 id 1645/25, len 267

    19:46:57: RADIUS:  authenticator 6D 92 DC 77 87 47 DA 8E - 7D 6B DD DD 18 BE DC 33

    19:46:57: RADIUS:  User-Name           [1]   14  "0016d329042f"

    19:46:57: RADIUS:  User-Password       [2]   18  *

    19:46:57: RADIUS:  Service-Type        [6]   6   Call Check                [10]

    19:46:57: RADIUS:  Vendor, Cisco       [26]  31

    19:46:57: RADIUS:   Cisco AVpair       [1]   25  "service-type=Call Check"

    19:46:57: RADIUS:  Framed-IP-Address   [8]   6   10.1.100.194

    19:46:57: RADIUS:  Framed-MTU          [12]  6   1500

    19:46:57: RADIUS:  Called-Station-Id   [30]  19  "00-24-F9-2D-83-87"

    19:46:57: RADIUS:  Calling-Station-Id  [31]  19  "00-16-D3-29-04-2F"

    19:46:57: RADIUS:  Message-Authenticato[80]  18

    19:46:57: RADIUS:   AD EB 99 4A F2 B9 4E BB 2E B3 E2 04 BE 5B 0C 72             [ JN.[r]

    19:46:57: RADIUS:  EAP-Key-Name        [102] 2   *

    19:46:57: RADIUS:  Vendor, Cisco       [26]  49

    19:46:57: RADIUS:   Cisco AVpair       [1]   43  "audit-session-id=0A01280100000016043E0D23"

    19:46:57: RADIUS:  NAS-Port-Type       [61]  6   Ethernet                  [15]

    19:46:57: RADIUS:  NAS-Port            [5]   6   50107

    19:46:57: RADIUS:  NAS-Port-Id         [87]  22  "GigabitEthernet1/0/7"

    19:46:57: RADIUS:  Called-Station-Id   [30]  19  "00-24-F9-2D-83-87"

    19:46:57: RADIUS:  NAS-IP-Address      [4]   6   10.1.100.1

    19:46:57: RADIUS(00000026): Sending a IPv4 Radius Packet

    19:46:57: RADIUS(00000026): Started 5 sec timeout

    19:46:57: RADIUS: Received from id 1645/25 10.1.100.6:1812, Access-Accept, len 272

    19:46:57: RADIUS:  authenticator F1 5F 57 72 FD 80 95 20 - 46 47 B5 CE DF 63 6E 1A

    19:46:57: RADIUS:  User-Name           [1]   19  "[email protected]/* */"

    19:46:57: RADIUS:  State               [24]  40

    19:46:57: RADIUS:   52 65 61 75 74 68 53 65 73 73 69 6F 6E 3A 30 41  [ReauthSession:0A]

    19:46:57: RADIUS:   30 31 32 38 30 31 30 30 30 30 30 30 31 36 30 34  [0128010000001604]

    19:46:57: RADIUS:   33 45 30 44 32 33            [ 3E0D23]

    19:46:57: RADIUS:  Class               [25]  49

    19:46:57: RADIUS:   43 41 43 53 3A 30 41 30 31 32 38 30 31 30 30 30  [CACS:0A012801000]

    19:46:57: RADIUS:   30 30 30 31 36 30 34 33 45 30 44 32 33 3A 69 73  [00016043E0D23:is]

    19:46:57: RADIUS:   65 2F 31 32 34 30 33 36 37 39 31 2F 32 39 37   [ e/124036791/297]

    19:46:57: RADIUS:  Session-Timeout     [27]  6   2940

    19:46:57: RADIUS:  Termination-Action  [29]  6   0

    19:46:57: RADIUS:  Message-Authenticato[80]  18

    19:46:57: RADIUS:   26 46 2C B6 75 95 AF 37 E6 3B B1 CB F2 70 E0 8D           [ &F,u7;p]

    19:46:57: RADIUS:  Vendor, Cisco       [26]  72

    19:46:57: RADIUS:   Cisco AVpair       [1]   66  "ACS:CiscoSecure-Defined-ACL=#ACSACL#-IP-Contractors-ACL-4fbcd736"

    19:46:57: RADIUS:  Vendor, Cisco       [26]  42

    19:46:57: RADIUS:   Cisco AVpair       [1]   36  "profile-name=Microsoft-Workstation"

    19:46:57: RADIUS(00000026): Received from id 1645/25

    19:46:57: RADIUS/DECODE: parse unknown cisco vsa "profile-name" - IGNORE

    May 24 07:03:19.132: %MAB-5-SUCCESS: Authentication successful for client (0016.d329.042f) on Interface Gi1/0/7 AuditSessionID 0A01280100000016043E0D23

    May 24 07:03:19.132: %AUTHMGR-7-RESULT: Authentication result 'success' from 'mab' for client (0016.d329.042f) on Interface Gi1/0/7 AuditSessionID 0A01280100000016043E0D23

    May 24 07:03:19.140: %EPM-6-POLICY_REQ: IP 10.1.100.194| MAC 0016.d329.042f| AuditSessionID 0A01280100000016043E0D23| AUTHTYPE DOT1X| EVENT APPLY

    May 24 07:03:19.165: %EPM-6-AAA: POLICY xACSACLx-IP-Contractors-ACL-4fbcd736| EVENT DOWNLOAD-REQUEST

    19:46:57: RADIUS/ENCODE(00000000):Orig. component type = Invalid

    19:46:57: RADIUS(00000000): Config NAS IP: 0.0.0.0

    19:46:57: RADIUS(00000000): sending

    19:46:57: RADIUS/ENCODE: Best Local IP-Address 10.1.100.1 for Radius-Server 10.1.100.6

    19:46:57: RADIUS(00000000): Send Access-Request to 10.1.100.6:1812 id 1645/26, len 144

    19:46:57: RADIUS:  authenticator 1A 52 18 C5 25 A7 5C DC - 29 C9 5C 7C C5 B3 FC 58

    19:46:57: RADIUS:  NAS-IP-Address      [4]   6   10.1.100.1

    19:46:57: RADIUS:  User-Name           [1]   38  "#ACSACL#-IP-Contractors-ACL-4fbcd736"

    19:46:57: RADIUS:  Vendor, Cisco       [26]  32

    19:46:57: RADIUS:   Cisco AVpair       [1]   26  "aaa:service=ip_admission"

    19:46:57: RADIUS:  Vendor, Cisco       [26]  30

    19:46:57: RADIUS:   Cisco AVpair       [1]   24  "aaa:event=acl-download"

    19:46:57: RADIUS:  Message-Authenticato[80]  18

    19:46:57: RADIUS:   2B 6B 13 37 0D 25 11 E9 6A 56 35 D8 91 9F EF F0           [ +k7?jV5]

    19:46:57: RADIUS(00000000): Sending a IPv4 Radius Packet

    19:46:57: RADIUS(00000000): Started 5 sec timeout

    May 24 07:03:19.191: %SEC-6-IPACCESSLOGP: list ACL-DEFAULT denied tcp 10.1.100.194(2125) -> 10.1.100.6(8443), 1 packet

    19:46:57: RADIUS: Received from id 1645/26 10.1.100.6:1812, Access-Accept, len 359

    19:46:57: RADIUS:  authenticator 31 B0 73 93 CA 0E 5C 7C - 11 29 AA 57 6C A1 53 D8

    19:46:57: RADIUS:  User-Name           [1]   38  "#ACSACL#-IP-Contractors-ACL-4fbcd736"

    19:46:57: RADIUS:  State               [24]  40

    19:46:57: RADIUS:   52 65 61 75 74 68 53 65 73 73 69 6F 6E 3A 30 61  [ReauthSession:0a]

    19:46:57: RADIUS:   30 31 36 34 30 36 30 30 30 30 30 30 35 44 34 46  [0164060000005D4F]

    19:46:57: RADIUS:   42 44 44 44 33 37            [ BDDD37]

    19:46:57: RADIUS:  Class               [25]  49

    19:46:57: RADIUS:   43 41 43 53 3A 30 61 30 31 36 34 30 36 30 30 30  [CACS:0a016406000]

    19:46:57: RADIUS:   30 30 30 35 44 34 46 42 44 44 44 33 37 3A 69 73  [0005D4FBDDD37:is]

    19:46:57: RADIUS:   65 2F 31 32 34 30 33 36 37 39 31 2F 32 39 38   [ e/124036791/298]

    19:46:57: RADIUS:  Termination-Action  [29]  6   1

    19:46:57: RADIUS:  Message-Authenticato[80]  18

    19:46:57: RADIUS:   80 EF 5B 80 76 F1 C9 37 0B 25 34 37 10 57 CC 44          [ [v7?47WD]

    19:46:57: RADIUS:  Vendor, Cisco       [26]  47

    19:46:57: RADIUS:   Cisco AVpair       [1]   41  "ip:inacl#1=permit udp any any eq domain"

    19:46:57: RADIUS:  Vendor, Cisco

    SW3750-1# [26]  48

    19:46:57: RADIUS:   Cisco AVpair       [1]   42  "ip:inacl#2=permit ip any host 10.1.100.6"

    19:46:57: RADIUS:  Vendor, Cisco       [26]  57

    19:46:57: RADIUS:   Cisco AVpair       [1]   51  "ip:inacl#3=deny ip any 10.0.0.0 0.255.255.255 log"

    19:46:57: RADIUS:  Vendor, Cisco       [26]  36

    19:46:57: RADIUS:   Cisco AVpair       [1]   30  "ip:inacl#4=permit ip any any"

    19:46:57: RADIUS(00000000): Received from id 1645/26

    May 24 07:03:19.216: %EPM-6-AAA: POLICY xACSACLx-IP-Contractors-AC

    SW3750-1#

    SW3750-1#

    SW3750-1#L-4fbcd736| EVENT DOWNLOAD-SUCCESS

    May 24 07:03:19.216: %EPM-6-POLICY_APP_SUCCESS: IP 10.1.100.194| MAC 0016.d329.042f| AuditSessionID 0A01280100000016043E0D23| AUTHTYPE DOT1X| POLICY_TYPE Named ACL| POLICY_NAME xACSACLx-IP-Contractors-ACL-4fbcd736| RESULT SUCCESS

    May 24 07:03:20.147: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (0016.d329.042f) on Interface Gi1/0/7 AuditSessionID 0A01280100000016043E0D23

    19:46:58: RADIUS/ENCODE(00000026):Orig. component type = Dot1X

    19:46:58: RADIUS(00000026

    SW3750-1#

    SW3750-1#

    SW3750-1#

    SW3750-1#): Config NAS IP: 0.0.0.0

    19:46:58: RADIUS(00000026): Config NAS IPv6: ::

    19:46:58: RADIUS/ENCODE: Best Local IP-Address 10.1.100.1 for Radius-Server 10.1.100.6

    19:46:58: RADIUS(00000026): Sending a IPv4 Radius Packet

    19:46:58: RADIUS(00000026): Started 5 sec timeout

    19:46:58: RADIUS: Received from id 1646/35 10.1.100.6:1813, Accounting-response, len 38

    SW3750-1#
    SW3750-1#sh authe sess int g 1/0/7

    Interface:  GigabitEthernet1/0/7

    MAC Address:  0016.d329.042f

    IP Address:  10.1.100.194

    User-Name:  [email protected]/* */

    Status:  Authz Success

    Domain:  DATA

    Security Policy:  Should Secure

    Security Status:  Unsecure

    Oper host mode:  multi-auth

    Oper control dir:  both

    Authorized By:  Authentication Server

    Vlan Group:  N/A

    ACS ACL:  xACSACLx-IP-Contractors-ACL-4fbcd736

    Session timeout:  N/A

    Idle timeout:  N/A

    Common Session ID:  0A01280100000016043E0D23

    Acct Session ID:  0x0000001B

    Handle:  0x2F000017

    Runnable methods list:

    Method   State

    mab      Authc Success

    dot1x    Not run

    SW3750-1#

    Has anyone else encountered similar?

    I tried 12.2 (58) and now I'm stable

    Cisco IOS software, software C3750 (C3750-IPSERVICESK9-M), Version 15.0 (1) SE2, VERSION of the SOFTWARE (fc3)

    but in both cases, it is similar.

    concerning

    Przemek

    Hello

    Have you tried 12.2.55SE3 IOS which is recommended (tested) according to TrustSec 2.0 Design and getting started Guide implemented?

    What is your port configuration? Have you included orders "reauth?

    int gX/Y

    ...

    periodic authentication

    Server to authenticate again authentication timer

    See you soon,.

    Seba

  • The access admin VCS session timeouts

    Hello

    I have asked me if there are VCS performance problems if the admin access session has the value zero, or, for example 30 minutes.

    I know that this seems to be a stupid question because he absolutely should not affect the performance of VCS, however can someone please confirm this? In addition, the number of connected users admin will have a detrimental effect on the VCS? Once again, I guess not as the default is not limited, but confirmation would be greatly appreciated.

    Thank you very much

    Howard

    Hi Howard,.

    As far as I know, the number of sessions of admin and admin session logout, does not affect the performance of VCS much. However, please keep in mind that it certainly affects the performance of VCS if the number of sessions admin VCS is superior > 5 as VCS responded to all the commands and requests by admin VCS sessions.

    So, it is advisable to set the session timeout no matter what between 15-30 minutes, so VCS kicks on the sessions inactive admin and keep resources free VCS.

    Hope that answers your questions.  Feel free to rate this response accordingly.

    Thank you

    Saurabh

  • ADF 12 c value dynamic session timeout

    Hi all

    I created a simple application, where I put the default 5 minutes session timeout (web. ) XML).

    My question is, is it possible that I could put this value dynamically according to some parameter such as a bean or session data value?

    Best regards

    Luis Cabaco

    You can do this on a per-session basis of

    HttpSession session = request.getSession();
    session.setMaxInactiveInterval(20*60);

    Or by putting in place a HttpSessionListener as shown here How to set session timeout dynamically in java web applications?-stack overflow

    Timo

Maybe you are looking for