Quantcast

[JIRA] Created: (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

classic Classic list List threaded Threaded
30 messages Options
12
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Created: (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
"Remember me on this computer", still getting asked to log in after a few hours
-------------------------------------------------------------------------------

                 Key: JENKINS-9258
                 URL: http://issues.jenkins-ci.org/browse/JENKINS-9258
             Project: Jenkins
          Issue Type: Bug
          Components: core
         Environment: Debian Squeeze on Linux qa01 2.6.26-2-vserver-amd64 #1 SMP Tue Jan 25 06:09:17 UTC 2011 x86_64 GNU/Linux
            Reporter: mfn
             Fix For: current


When clicking the "Remember me on this computer" during login, after some time the user is logged out.

I'm using Active Directory as Security Realm.

Example protocol:

I logged in at 09:19 and checked the "Remember me on this computer" checkbox.

At 10:10 I freshly opened the jenkins front page again and I was logged it.

At 11:38 again, and I found myself logged out.

All tests were conducted with Firefox 4, accepting cookies and such.

This is reproducible on an installation via Debian package. At the time of writing the version number is 1.405

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Commented: (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org

    [ http://issues.jenkins-ci.org/browse/JENKINS-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147554#comment-147554 ]

Ryan Murfitt commented on JENKINS-9258:
---------------------------------------

I also get this issue, using as a windows service

> "Remember me on this computer", still getting asked to log in after a few hours
> -------------------------------------------------------------------------------
>
>                 Key: JENKINS-9258
>                 URL: http://issues.jenkins-ci.org/browse/JENKINS-9258
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>         Environment: Debian Squeeze on Linux qa01 2.6.26-2-vserver-amd64 #1 SMP Tue Jan 25 06:09:17 UTC 2011 x86_64 GNU/Linux
>            Reporter: mfn
>             Fix For: current
>
>
> When clicking the "Remember me on this computer" during login, after some time the user is logged out.
> I'm using Active Directory as Security Realm.
> Example protocol:
> I logged in at 09:19 and checked the "Remember me on this computer" checkbox.
> At 10:10 I freshly opened the jenkins front page again and I was logged it.
> At 11:38 again, and I found myself logged out.
> All tests were conducted with Firefox 4, accepting cookies and such.
> This is reproducible on an installation via Debian package. At the time of writing the version number is 1.405

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Commented: (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147864#comment-147864 ]

Simon Wiest commented on JENKINS-9258:
--------------------------------------

Are you running several Hudson instances on the same server, but on different ports (e.g. myserver:8080, myserver:8081, myserver:8082)?

The browser cookies that are used to track your successful login unfortunately only store the server name of the URL (e.g. myserver), but not the port (e.g. 8080, 8081, 8082). Thus, if you log into the Hudson instance of server myserver:8080 and then into myserver:8081, the browser cookie for 'myserver' will now track your session on myserver:8081. This essentially logs you out of myserver:8080.




> "Remember me on this computer", still getting asked to log in after a few hours
> -------------------------------------------------------------------------------
>
>                 Key: JENKINS-9258
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9258
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>         Environment: Debian Squeeze on Linux qa01 2.6.26-2-vserver-amd64 #1 SMP Tue Jan 25 06:09:17 UTC 2011 x86_64 GNU/Linux
>            Reporter: mfn
>             Fix For: current
>
>
> When clicking the "Remember me on this computer" during login, after some time the user is logged out.
> I'm using Active Directory as Security Realm.
> Example protocol:
> I logged in at 09:19 and checked the "Remember me on this computer" checkbox.
> At 10:10 I freshly opened the jenkins front page again and I was logged it.
> At 11:38 again, and I found myself logged out.
> All tests were conducted with Firefox 4, accepting cookies and such.
> This is reproducible on an installation via Debian package. At the time of writing the version number is 1.405

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Commented: (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147866#comment-147866 ]

mfn commented on JENKINS-9258:
------------------------------

In my case, no, I'm only running on instance at one port on a given hostname.

More specific, I'm running the Debian package on port 8081 but accessing it via apache on port 80 with mod_proxy, my virtualhost looks like this:

{noformat}<VirtualHost *:80>
    ServerName jenkins.qa01
    ServerAlias jenkins.qa01
    ProxyRequests Off
    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>
    ProxyPreserveHost on
    ProxyPass / http://localhost:8081/ retry=1
</VirtualHost>{noformat}

> "Remember me on this computer", still getting asked to log in after a few hours
> -------------------------------------------------------------------------------
>
>                 Key: JENKINS-9258
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9258
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>         Environment: Debian Squeeze on Linux qa01 2.6.26-2-vserver-amd64 #1 SMP Tue Jan 25 06:09:17 UTC 2011 x86_64 GNU/Linux
>            Reporter: mfn
>             Fix For: current
>
>
> When clicking the "Remember me on this computer" during login, after some time the user is logged out.
> I'm using Active Directory as Security Realm.
> Example protocol:
> I logged in at 09:19 and checked the "Remember me on this computer" checkbox.
> At 10:10 I freshly opened the jenkins front page again and I was logged it.
> At 11:38 again, and I found myself logged out.
> All tests were conducted with Firefox 4, accepting cookies and such.
> This is reproducible on an installation via Debian package. At the time of writing the version number is 1.405

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Work started: (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]


> "Remember me on this computer", still getting asked to log in after a few hours
> -------------------------------------------------------------------------------
>
>                 Key: JENKINS-9258
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9258
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>         Environment: Debian Squeeze on Linux qa01 2.6.26-2-vserver-amd64 #1 SMP Tue Jan 25 06:09:17 UTC 2011 x86_64 GNU/Linux
>            Reporter: mfn
>             Fix For: current
>
>
> When clicking the "Remember me on this computer" during login, after some time the user is logged out.
> I'm using Active Directory as Security Realm.
> Example protocol:
> I logged in at 09:19 and checked the "Remember me on this computer" checkbox.
> At 10:10 I freshly opened the jenkins front page again and I was logged it.
> At 11:38 again, and I found myself logged out.
> All tests were conducted with Firefox 4, accepting cookies and such.
> This is reproducible on an installation via Debian package. At the time of writing the version number is 1.405

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Work stopped: (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on JENKINS-9258 stopped by Pete McLaren.

> "Remember me on this computer", still getting asked to log in after a few hours
> -------------------------------------------------------------------------------
>
>                 Key: JENKINS-9258
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9258
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>         Environment: Debian Squeeze on Linux qa01 2.6.26-2-vserver-amd64 #1 SMP Tue Jan 25 06:09:17 UTC 2011 x86_64 GNU/Linux
>            Reporter: mfn
>             Fix For: current
>
>
> When clicking the "Remember me on this computer" during login, after some time the user is logged out.
> I'm using Active Directory as Security Realm.
> Example protocol:
> I logged in at 09:19 and checked the "Remember me on this computer" checkbox.
> At 10:10 I freshly opened the jenkins front page again and I was logged it.
> At 11:38 again, and I found myself logged out.
> All tests were conducted with Firefox 4, accepting cookies and such.
> This is reproducible on an installation via Debian package. At the time of writing the version number is 1.405

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157864#comment-157864 ]

James Howe commented on JENKINS-9258:
-------------------------------------

Firecookie (with Firebug) reports that the Expires date for ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE is invalid.
               

> "Remember me on this computer", still getting asked to log in after a few hours
> -------------------------------------------------------------------------------
>
>                 Key: JENKINS-9258
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9258
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>         Environment: Debian Squeeze on Linux qa01 2.6.26-2-vserver-amd64 #1 SMP Tue Jan 25 06:09:17 UTC 2011 x86_64 GNU/Linux
>            Reporter: mfn
>             Fix For: current
>
>
> When clicking the "Remember me on this computer" during login, after some time the user is logged out.
> I'm using Active Directory as Security Realm.
> Example protocol:
> I logged in at 09:19 and checked the "Remember me on this computer" checkbox.
> At 10:10 I freshly opened the jenkins front page again and I was logged it.
> At 11:38 again, and I found myself logged out.
> All tests were conducted with Firefox 4, accepting cookies and such.
> This is reproducible on an installation via Debian package. At the time of writing the version number is 1.405

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161647#comment-161647 ]

Nick Parrish commented on JENKINS-9258:
---------------------------------------

We see this a lot at our company, too. We are using Jenkins 1.458 and use the Active Directory plugin for authentication.

We have seen it with clients on various OS / browsers.  

I, too, looked at the cookies on my machine with firecookie, and the "Expires" value for ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE seems valid (it expires a couple weeks from now).  

We run Jenkins on port 8080, but forward port 80 to 8080 using iptables, but no client uses 8080 (that I know of).
               

> "Remember me on this computer", still getting asked to log in after a few hours
> -------------------------------------------------------------------------------
>
>                 Key: JENKINS-9258
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9258
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>         Environment: Debian Squeeze on Linux qa01 2.6.26-2-vserver-amd64 #1 SMP Tue Jan 25 06:09:17 UTC 2011 x86_64 GNU/Linux
>            Reporter: mfn
>             Fix For: current
>
>
> When clicking the "Remember me on this computer" during login, after some time the user is logged out.
> I'm using Active Directory as Security Realm.
> Example protocol:
> I logged in at 09:19 and checked the "Remember me on this computer" checkbox.
> At 10:10 I freshly opened the jenkins front page again and I was logged it.
> At 11:38 again, and I found myself logged out.
> All tests were conducted with Firefox 4, accepting cookies and such.
> This is reproducible on an installation via Debian package. At the time of writing the version number is 1.405

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

We run our instance as a simple setup on a ubuntu 10.04 machine. Runs on port 8080 but forwarded from port 80. There is only one url that we use including the port (default, since we use 80 in practice).

Apparently the trick would be to update web.xml to include this right after the description (or later):

    <session-config>
      <session-timeout>1440</session-timeout> 
    </session-config>

This would tell WinStone (or Tomcat) to have a session expiration of 24h (24*60=1440). The problem is that it would require to extract jenkins.war, patch web.xml and re-zip jenkins.war. Not very automated to get the autoupdates.

I do not see a ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE in my browser, I do see a JSESSIONID.12345abc cookie though.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
 
Stephane Odul edited a comment on Bug JENKINS-9258

We run our instance as a simple setup on a ubuntu 10.04 machine. Runs on port 8080 but forwarded from port 80. There is only one url that we use including the port (default, since we use 80 in practice).

Apparently the trick would be to update web.xml to include this right after the description (or later):

    <session-config>
      <session-timeout>1440</session-timeout> 
    </session-config>

This would tell WinStone (or Tomcat) to have a session expiration of 24h (24*60=1440). The problem is that it would require to extract jenkins.war, patch web.xml and re-zip jenkins.war. Not very automated to get the autoupdates.

ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE is set when 'Remember Me' is checked, it seems valid and expire after 2 weeks.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
 
James Howe edited a comment on Bug JENKINS-9258

Firecookie (with Firebug) reports that the Expires date for ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE is invalid.

Date: Mon, 03 Sep 2012 12:45:56 GMT
Set-Cookie: ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE=****; Expires=Mon, 17-Sep-12 12:45:56 GMT; Path=/

Note that the Expires date has hyphens in, which (unlike the Date header) is not valid according to RFC 822.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: James Howe (26/Sep/12 9:35 AM)
Environment: Debian Squeeze on Linux qa01 2.6.26-2-vserver-amd64 #1 SMP Tue Jan 25 06:09:17 UTC 2011 x86_64 GNU/Linux
Mac OS X  10.7.3 x86_64
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Waldek M commented on Bug JENKINS-9258

Same here, Jenkins on Linux and different browsers on Win7. Is there a chance to have it fixed?
Thanks if advance for your response.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Mark Schmitt commented on Bug JENKINS-9258

Same here too, Jenkins runs on Debian Linux - we always update to the latest version from the jenkins-repository.
Jenkins is accessed via https on port 8443 (using the JENKINS_ARGS to supply the httpsPort argument, keystore et cetera) and use active directory for authentication.

If there's any more information I can supply that'd help in analyzing the problem please let me know.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
gatrot commented on Bug JENKINS-9258

This is the most annoying thing about Jenkins at our company.

I have a pull request that incorporates Stephane Odul's session timeout suggestion (with a default of two days). Please comment on the pull request if you'd like to see it approved. The more comments, the more popular, the better chance it has to make it in to the main line. Thanks!

https://github.com/jenkinsci/jenkins/pull/674

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
James Howe commented on Bug JENKINS-9258

Stephane Odul's solution is just a hack though. The problem is not that the session expires, it's that the remember me feature does not do anything to make you a new one.

I agree though that it is the most annoying thing about Jenkins and really needs proper dev attention ASAP.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
gatrot commented on Bug JENKINS-9258

Agreed, but I'd prefer a hack over months and months of annoyance for hundreds of developers. Unfortunately, I don't have time to fix the underlying issue.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Jon Hyman commented on Bug JENKINS-9258

We upgraded from Jenkins 1.494 to 1.498 and all of the sudden, Remember Me stopped working. The server is running on a small EC2 instance with Amazon's standard AMI. After a few days, I downgraded us back to 1.494 and Remember Me started working again.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

John, the issue with 1.494 is different and tracked in JENKINS-16278.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9258) "Remember me on this computer", still getting asked to log in after a few hours

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
gatrot commented on Bug JENKINS-9258

Just FYI for those of you who would like to see an immediate fix for this merged into the next version. A debate is happening at https://github.com/jenkinsci/jenkins/pull/674 and chances are that nothing will be done soon if more people aren't interested in a quick solution. Please chime in if you have an opinion.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
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 [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
12
Loading...