我必须参与我在当地环境中工作的项目。两者都使用PHP会话。
每当我登录一个网站时,另一个网站显示我已经登录,但它不允许我访问管理面板,因为用户名和密码不在该项目数据库中。
我该如何解决?
答案 0 :(得分:0)
使用不同的会话变量。对于网站一个使用var square = _.partial(Math.pow, _, 2);
console.log(square(3)); // => 9
,对于网站二$_SESSION['web1_user']
使用类似
其他选项使用其他浏览器或私人窗口或隐身窗口
答案 1 :(得分:0)
我的开发服务器和生产服务器都是如此……每个Web应用程序都有一个#include <stdlib.h>
#include <stdio.h>
enum { MAX_NUM_LENGTH = 100 };
int main(void)
{
char buffer[MAX_NUM_LENGTH + 1];
int number;
printf("Input number: ");
if (!scanf("%d", &number)) {
fputs("Input error!\n\n", stderr);
return EXIT_FAILURE;
}
printf("The decimal number %d is the octal number 0%o, "
"and the hexadecimal number is 0x%x.\n", number, number, number);
int temp;
sprintf(buffer, "%d", number);
sscanf(buffer, "%o", &temp);
printf("The octal number 0%o is the decimal number %d, "
"and the hexadecimal number is 0x%x.\n", temp, temp, temp);
sprintf(buffer, "%d", number);
sscanf(buffer, "%x", &temp);
printf("The hexadecimal number 0x%x is the decimal number %d, "
"and the octal number is 0%o.\n", temp, temp, temp);
}
文件,其中存储了一些常量,如app_settings.inc.php
,而我的所有会话都使用{{1 }}作为“顶级”变量,因此APP_CODENAME
等并退出特定应用程序只需使用简单的$_SESSION[APP_CODENAME]