session-variables
Session variable works on local server, but not on hosting server
I开发者_开发问答 am developing a simple php/mysql discussion forum. The statement <?php print $_SESSION[\'username\']; ?>[详细]
2023-03-20 16:11 分类:问答PHP: Session files contain no data
I\'ve looked around on the internet, including stack overflow, for a few days trying to resolve my issue with PHP sessions. For one, I\'ve noticed that most of the tutorials simply say \"Here\'s the c[详细]
2023-03-19 10:32 分类:问答PHP: Put balance of user into session variable
I\'m currently optimizing my web site. I\'m using a simple credit system that gives you access to certain pages only if you have paid for them. Right now I\'m always checking in the DB if the subscrip[详细]
2023-03-18 01:45 分类:问答Session variables losing value
I am using session variables to store different pieces of information. The minute I redirect using javascript the session variables seem to lose their values. this happens very inconsistanly especialy[详细]
2023-03-17 15:17 分类:问答Assigning and Passing Sessions Variables Between Subdomains
I am going to create a site that will have have multiple subdomains. For an example: shop.domain.com blog.domain.com[详细]
2023-03-17 03:32 分类:问答ASP.Net Session variables - struggling with the Cache
I\'m using some session variables to store and pass data across several pages of an ASP.Net application. The behavior is a bit unpredictable though. I\'m setting the session variable post page_load as[详细]
2023-03-17 00:32 分类:问答umbraco, get param from url or set session
I have in umbraco a content tree with pages to be displayed in navigation and frontend a storage folder with different kinds of records[详细]
2023-03-16 22:30 分类:问答PHP + Session data being lost
I\'m facing really weird issue. I have a search engine, session based. For unknown reason, session variables are lost after third page reloading.[详细]
2023-03-15 14:34 分类:问答PHP and JS test
I need to test a value in the client side, using js, before the content is loaded. Then, I want to give this valu开发者_StackOverflow社区e to PHP, which then should show the appropriate content depend[详细]
2023-03-15 12:32 分类:问答Static Properties with Session in ASP.NET
There are several posts about this online but none seem to provide a definitive answer. My question is this. If I have static properties declared that solely get/set Session values is that thread safe[详细]
2023-03-14 15:24 分类:问答