473,385 Members | 1,814 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Jmeter testing for ASP.NET sites

I want to pass a Session / Global Variable from one form to another.

The asp.net Session[“VAR”] is seems to be lost from one form to another like the following:

1- Form A – Starts - Sets a Session / Global variable from ASP.NET Code.
2- Form A – Ends
3- Form B - Starts
4- Form B – Ends
5- Form C – Starts – needs the variable but cannot find it and fails

The User Sessions are working ok, the variables seem to be lost.

Any Ideas?
Jun 24 '10 #1
3 3233
ThatThatGuy
449 Expert 256MB
@qasmi786
Session variables persist till the browser is closed and its accessible across all web pages
Jun 25 '10 #2
Frinavale
9,735 Expert Mod 8TB
It could be that the user's cookies are disabled?
Session is associated with a user's browser using a Session identifier cookie (by default, you can configure it to be cookieless but there are security concerns regarding this that makes it uncommon to use).

-Frinny
Jun 25 '10 #3
JMeter Variables scope is limited to current thread group. If your scenario assumes multiple thread groups you'll need to convert VAR to JMeter Property which have global scope.
Jul 5 '14 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Hugh Cowan | last post by:
Hello, I don't program full-time (anymore), but I do try and stay on-top of the latest technologies and like most are always trying to upgrade my skills and remain current (as much as is...
2
by: John Ramsden | last post by:
I have a perl logging module that sends log messages, via post variables, to a simple PHP web app whose purpose is to write them to a database table. The module is organized in the standard...
0
by: calfdog | last post by:
I am pleased to announce version cPAMIE 1.6 the Web automation tool for Internet explorer. If your looking for a fast way, easy to learn way to drive your browser check out PAMIE. Is PAMIE...
4
by: Pablo Cedeno | last post by:
Hi all, I'm looking for a testing tool to test my web application made in aspx I started working with JMeter but i'm lost in this. I made the simpliest test, get an aspx page, but now i need to...
4
by: martin carmichael | last post by:
Hello, I am wondering how aspnet developers do their web stress on ASPNET apps .. I would like to run mine with apache JMeter, a well-known open source tool. Unfortunately, it does not works...
0
by: John A Grandy | last post by:
Once jmeter has pulled down a page does it also pull down the xml for any rss auto-discovery link(s) in the header ?
2
by: balabala | last post by:
I want to know how to use Jmeter in .net application.
7
by: SerGreene | last post by:
Good Day All I have a web company with 2 employees and my self. I am trying to create a intranet where we can have our clients web pages run off the server for testing and collaboration purposes....
0
by: techiebrandon | last post by:
I have been put in charge of running stress tests to monitor DB2's memory usage. I have never had to do stress testing myself and am fairly new to the area, so I am in foreign territory. I have found...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.