2020
Feb
13
comment Iframe occasionally loses session cookies
helped me resolve a similar issue in SharePoint Online App Webpart losing session cookies inside iframe. Thanks
Feb
13
accepted SPO Provider hosted Client web part not storing session cookie
Feb
13
answered SPO Provider hosted Client web part not storing session cookie
Feb
11
asked SPO Provider hosted Client web part not storing session cookie
Feb
10
comment Invalid object name 'ASPState.dbo.ASPStateTempApplications' - Exception after renaming the ASPState Database
after modifying the references to new database name in stored procedures, session started working for me
Feb
6
comment How to detect user sign out in sharepoint Provider Hosted App
having the same issue
Jan
30
comment Provider Hosted App Timing out after x minutes
in the blog, cant find definition of CheckIfRefreshtokenValid method
Jan
8
awarded Popular Question
2019
Nov
15
asked Submit New Item Form and Open the same item for editing
Oct
21
comment Turn off auto activation when deploying SharePoint 2010 feature
same here.. without your comment i was lost searching the properties by pressing F4
Sep
13
comment How do I extract files from an MSI package?
this one helped.. msiexec didnt extract for some reason..
Jun
13
comment Create definition to integer
yeah, extensions need to be in a static class.
Apr
24
awarded Supporter
Apr
24
awarded Autobiographer
Apr
17
comment Project Online CSOM without using SharePointOnlineCredentials
please provide the steps or the code. as link only answers are discouraged as they might get broken in future
Mar
12
comment jQuery Date picker not moving with page scroll
i had to use #ui-datepicker-div { top: 0 !important; left: 0 !important; } along with the beforeShow to position the datepicker correctly
Mar
12
awarded Caucus
Mar
8
comment Filter results 6 through 10 of 100 with ng-repeat in AngularJS
in case if you want elements from 'n' to end of array .. you can use <div ng-repeat="item in items | limitTo:items.length:n">{{item}}</div>
Feb
5
comment Failed to load resouce: the server responded with a status of 406 (Not Acceptable)
I was using header hacker extension to modify the Accept headers to point to JSON and got this error.. This answer helped me identify where the error is coming from. Reverting Header to Default by disabling Header Hacker for the site fixed the issue
Feb
4
comment How to call id added in the row of datatable
for more details on delegated event check this question stackoverflow.com/questions/8110934/…
1 2 3 4 5