Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different cookies for multi-server configuration #4141

Closed
pma-import opened this issue May 12, 2004 · 6 comments
Closed

Different cookies for multi-server configuration #4141

pma-import opened this issue May 12, 2004 · 6 comments
Assignees
Labels
Milestone

Comments

@pma-import
Copy link

After setting up an instance of PMA to deal with multiple servers,
we became frustrated with, among other things, the inability to
easily switch back and forth between servers without needing to
login again (when using the ‘cookie’ auth method for multiple
servers). The cookie method, by default, uses cookie names
general to that installation of PMA, so the cookie gets continuously
overwritten.

This version of cookies.auth.lib.php simply prepends the server
number to the cookies, allowing each server to retain a separate
cookie username and password.


- Original URL: https://sourceforge.net/p/phpmyadmin/patches/196/
- Original author: damaget

@pma-import
Copy link
Author

cookie.auth.lib.php with prepended cookies


- Original author: damaget
- Attachment: http://sourceforge.net/p/phpmyadmin/patches/_discuss/thread/031e9271/53cb/attachment/cookie.auth.lib.php

@pma-import
Copy link
Author

- assigned_to: nobody —> nijel


- Original author: nijel

@pma-import
Copy link
Author

Logged In: YES
user_id=192186

Rewritten for current code and merged. Thanks.


- Original author: nijel

@pma-import
Copy link
Author

- priority: 5 —> 1
- summary: allow different cookies for multi-server configuration —> (in 2.6.0) Different cookies for multi-server configuration
- status: open —> open-accepted


- Original author: nijel

@pma-import
Copy link
Author

- status: open-accepted —> closed-accepted


- Original author: rabus

@pma-import pma-import added this to the 2.6.0 milestone Jul 24, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@nijel @pma-import and others