I have tried multiple approaches regarding logout (sign-out) from Umbraco 2.1 From what I can read here the code to properly sign a user out is something like...
Hello all, I have manged to get the content appear on the live site. To make any changes appear live on the main site I have to right click the first node and...
And even better here is the link :) http://groups.yahoo.com/group/umbraco/message/3228 ________________________________ Fra: umbraco@yahoogroups.com...
Morten, Apologies for that. I really should read more extensively before trigger happy posting. :-} However with regards to creating with api, I have created...
Hi, Sometimes when I'm saving a page I notice that the value for a property that is set using the content picker gets lost. It's impossible to give steps to...
The logout seems to have the same problem that you are facing Lars. It would be great if Niels could take a look to see if he can spot the problem. /Peter ... ...
I created a textpage with dropdown function (default build in) and now I want to "archive"them to another page cause the dropdownlist get's freaking long....
but is aspx or ascx page? how import it in umbraco macro if it`s aspx page? can you be more precisely to make a serious reserved area or member area with...
The first question you answere already. It must be an ascx (usercontrol), because you need to use it as a macro :) To create a login page: - Create a page -...
Hi Tobias, This actually works for me... I guess it has something todo with the way I login into Umbraco and the backend ERP system (that I have integratet...
Hi Morten! For the runtime you can use: You can use the helper methods in the umbraco.library or you can use the nodeFactory of umbraco, which expose the...
I'm not able to re-produce, but please let me know if you find a way! Thanks for submitting so many bug reports and annoyances - it's the *only* way to get rid...
Hi Peter, Did you find any solutions to the problem? I realized the same problem with the postbacks and logout! Regards Morten ... [Non-text portions of this...
To solve the postback problem: Add: this.Context.Items["RefererPage"] = this.Page.Request.RawUrl; to your Page_Load event. When successfully validating the...
Work for me, also.... and I have used member protection... ... way I login into Umbraco and the backend ERP system (that I have integratet Umbraco with) -...
GoodMorning, How Can I access data from umbraco? How Can I integrate it with webservices? The WebServices can make as frontend with database... -:)) Thanks...
... It works for me without problems. Could your problems be cache related? Check the macro settings (in developer section) and remove all caching... Jesper ...
At least for me ;) The problem was that I had other session objects that was not cleared - and that somehow "logged in behind the scene again" when I called ...
Umbraco doesn't use sessions on members (unless you use the overwritten login method) it uses cookies. So I think you solution might be specific to your...
The equivalent for cookies should be System.Web.HttpContext.Current.Response.Cookies.Clear(); The way it works today (when using the cookiebased login) is that...
Sure! - We use session objects to store some user specific shopping information. But what was teasing me was the fact that the system automatically logged in...
Say I want only to display the navigation structure for which a given member has access to - how do I do that most efficiently? I've been searching for ...
Hi Jesper! I've just committed an update to svn in these files (revision 311): /library.cs /cms.businesslogic.web.Access.cs That uses the sql server much less...
Niels If you - in global.asax.cs - change line 77 From publishingTimer = new Timer(new TimerCallback(presentation.publishingService.CheckPublishing),...
Hello I discovered Umbraco a couple days ago. It looks really good. I've installed the demo, read the documentation, but still have some questions. The website...