[JIRA] (JENKINS-51734) sessionTimeout isn't be honoured

2019-07-05 Thread tar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tarvi Pillessaar commented on  JENKINS-51734  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sessionTimeout isn't be honoured
 

  
 
 
 
 

 
 sessionEviction is actually working (tested with version 2.176.1), just sessionEviction is in seconds and sessionTimeout is in minutes.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.191180.1528291999000.2375.1562336340970%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51734) sessionTimeout isn't be honoured

2019-04-09 Thread alexrw...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alejandro Ruiz commented on  JENKINS-51734  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sessionTimeout isn't be honoured
 

  
 
 
 
 

 
 Hi! Is there any update on this? Is it possible to workaround this using Groovy init scripts?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51734) sessionTimeout isn't be honoured

2019-01-25 Thread m...@martinspielmann.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Spielmann commented on  JENKINS-51734  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sessionTimeout isn't be honoured
 

  
 
 
 
 

 
 Im sorry I won't be able to work I  this topic before March. Any help and PR is highly appreciated.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51734) sessionTimeout isn't be honoured

2019-01-25 Thread i...@mailbox.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 in ka commented on  JENKINS-51734  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sessionTimeout isn't be honoured
 

  
 
 
 
 

 
 sessionEviction also not works for me. Anybody found a work around?    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51734) sessionTimeout isn't be honoured

2018-11-30 Thread ben.copel...@linaro.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Copeland commented on  JENKINS-51734  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sessionTimeout isn't be honoured
 

  
 
 
 
 

 
 I have both ENV JENKINS_OPTS="--sessionTimeout=1440 --sessionEviction=1440" set in my dockerfile but seem to still be getting logged out every ~10mins.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51734) sessionTimeout isn't be honoured

2018-10-04 Thread totoroliu1...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rick Liu edited a comment on  JENKINS-51734  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sessionTimeout isn't be honoured
 

  
 
 
 
 

 
 I see the same issue after upgrading to Jenkins core v.2.121.3.On Ubuntu 16.04.4 LTS under /etd/default/jenkins,I have set JENKINS_ARG with --sessionTimeout=1440, which is 24 hours.But with a logged-in Jenkins page openned in a browser tab (both Firefox and Chrome),after about 1 hour inactivity to the tab,the session would be gone.Any click to the page would be redirected to the login page to login again. this --sessionEvicition setting should be added to the document page.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51734) sessionTimeout isn't be honoured

2018-10-04 Thread totoroliu1...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rick Liu commented on  JENKINS-51734  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sessionTimeout isn't be honoured
 

  
 
 
 
 

 
 I see the same issue after upgrading to Jenkins core v.2.121.3. On Ubuntu 16.04.4 LTS under /etd/default/jenkins, I have set JENKINS_ARG with --sessionTimeout=1440, which is 24 hours. But with a logged-in Jenkins page openned in a browser tab (both Firefox and Chrome), after about 1 hour inactivity to the tab, the session would be gone. Any click to the page would be redirected to the login page to login again.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.