Click here to Skip to main content
15,885,767 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPassword Field Padding with Question Marks (?s) Pin
ftbadolato7615-Jul-17 15:05
ftbadolato7615-Jul-17 15:05 
AnswerRe: Password Field Padding with Question Marks (?s) Pin
Richard MacCutchan15-Jul-17 20:52
mveRichard MacCutchan15-Jul-17 20:52 
GeneralRe: Password Field Padding with Question Marks (?s) Pin
ftbadolato7616-Jul-17 3:36
ftbadolato7616-Jul-17 3:36 
GeneralRe: Password Field Padding with Question Marks (?s) Pin
Richard MacCutchan16-Jul-17 5:43
mveRichard MacCutchan16-Jul-17 5:43 
GeneralRe: Password Field Padding with Question Marks (?s) Pin
Nathan Minier17-Jul-17 1:15
professionalNathan Minier17-Jul-17 1:15 
AnswerRe: Password Field Padding with Question Marks (?s) Pin
Richard Deeming17-Jul-17 1:40
mveRichard Deeming17-Jul-17 1:40 
Questionmanual session id assignment Pin
jkirkerx14-Jul-17 6:25
professionaljkirkerx14-Jul-17 6:25 
AnswerRe: manual session id assignment Pin
jkirkerx14-Jul-17 8:26
professionaljkirkerx14-Jul-17 8:26 
I ended up writing this which works on all my devices and multiple browsers that have never been to the website.

But 1 strange things occurs ...
It works on all my devices, Win10 using Firefox, Edge, Chrome and my iphone 6S+ using Google Inbox and Safari, Firefox

But it doesn't work downstairs on the other internal subnet where the complaints come from.
Seems every time I fix a bug or mistake, improve something, the changes never reflect downstairs and I get yelled at.
I don't know if this is some evil spirit or something, but I do need to figure this out soon.

Any ideas welcomed, even an exorcist.
//Use the old Session ID, Destroy the Cookie and redirect them
m_Context.Session.Abandon()
m_Context.Response.Cookies.Add(New HttpCookie("ASP.NET_SessionId", ""))
Dim manager = New SessionIDManager()
manager.RemoveSessionID(m_Context)
Dim addCookie As Boolean = False
manager.SaveSessionID(HttpContext.Current, m_sessionID_OLD, False, addCookie)

Dim currentUrl As String = m_Context.Request.Url.GetLeftPart(UriPartial.Path)
m_Context.Response.Redirect(currentUrl)
If it ain't broke don't fix it

AnswerRe: manual session id assignment Pin
F-ES Sitecore17-Jul-17 5:13
professionalF-ES Sitecore17-Jul-17 5:13 
QuestionQuery regarding IIS Thread Pool Settings in Machine.config Pin
bhavin chheda13-Jul-17 6:51
bhavin chheda13-Jul-17 6:51 
QuestionSide bar Pin
sunsher11-Jul-17 2:19
sunsher11-Jul-17 2:19 
AnswerRe: Side bar Pin
ZurdoDev11-Jul-17 2:54
professionalZurdoDev11-Jul-17 2:54 
QuestionFTP user and user wise folder Pin
sanket1649-Jul-17 18:14
sanket1649-Jul-17 18:14 
QuestionEntity Framework 500 Error Pin
sanforjackass9-Jul-17 4:43
sanforjackass9-Jul-17 4:43 
AnswerRe: Entity Framework 500 Error Pin
Richard MacCutchan9-Jul-17 20:59
mveRichard MacCutchan9-Jul-17 20:59 
Question.lic file Pin
Member 133002248-Jul-17 17:11
Member 133002248-Jul-17 17:11 
AnswerRe: .lic file Pin
Richard MacCutchan9-Jul-17 20:58
mveRichard MacCutchan9-Jul-17 20:58 
AnswerRe: .lic file Pin
Richard Deeming10-Jul-17 2:42
mveRichard Deeming10-Jul-17 2:42 
QuestionASP.Net Pin
Member 132992387-Jul-17 18:06
Member 132992387-Jul-17 18:06 
QuestionRe: ASP.Net Pin
Richard MacCutchan7-Jul-17 22:12
mveRichard MacCutchan7-Jul-17 22:12 
AnswerRe: ASP.Net Pin
Member 132992389-Jul-17 19:52
Member 132992389-Jul-17 19:52 
GeneralRe: ASP.Net Pin
Richard MacCutchan9-Jul-17 20:46
mveRichard MacCutchan9-Jul-17 20:46 
GeneralRe: ASP.Net Pin
Member 132992389-Jul-17 20:55
Member 132992389-Jul-17 20:55 
GeneralRe: ASP.Net Pin
Richard MacCutchan9-Jul-17 20:57
mveRichard MacCutchan9-Jul-17 20:57 
GeneralRe: ASP.Net Pin
Member 132992389-Jul-17 21:02
Member 132992389-Jul-17 21:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.